Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dokuwiki/dokuwiki
base: 21fcef82b754^
Choose a base ref
...
head repository: dokuwiki/dokuwiki
compare: bb8ef8675888
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 19, 2018

  1. refactor(Search): refactor html_search into Ui/Search

    This commit should be without functional changes.
    micgro42 committed Mar 19, 2018
    Copy the full SHA
    21fcef8 View commit details
    Browse the repository at this point in the history
  2. feat(Search): Add search form on results page

    Add the search form on the results page itself. This form will be used
    to add more options to refine the search further.
    micgro42 committed Mar 19, 2018
    Copy the full SHA
    427ed98 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. feat(search): add search assistance for simple queries

    This add some search assistance to simple, single-word search queries
    which may be restricted to a single namespace.
    
    Further improvements:
    * better styling
    * trigger events for other plugins
    * set namespaces directly from fulltext search results
    * some more config options
    micgro42 committed Mar 20, 2018
    Copy the full SHA
    bb8ef86 View commit details
    Browse the repository at this point in the history