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: bb8ef8675888
Choose a base ref
...
head repository: dokuwiki/dokuwiki
compare: 4c924eb83527
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 21, 2018

  1. feat(search): trigger event for each result

    Add events around each search result, both for the pagename results
    and the fullpage results.
    
    The fullpage results are wrapped in a div for better separation and
    styling.
    ( see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dl )
    
    These events are intended to provide plugin authors with the ability
    to hydrate the search results with more information.
    micgro42 committed Mar 21, 2018
    Copy the full SHA
    4eab6f7 View commit details
    Browse the repository at this point in the history
  2. feat(search): trigger event for search form modification

    Plugins may want to offer more ways to filter the search results.
    micgro42 committed Mar 21, 2018
    Copy the full SHA
    81a0edd View commit details
    Browse the repository at this point in the history
  3. feat: add a simple unparser for parsed search queries

    To allow creating links with manipulated versions of the current search
    query an unparser is necessary. However, the current output of ft_queryParser
    makes some advanced features hard to detect. Therefore the new
    ft_queryUnparser_simple cannot handle negated phrases and `OR` searches.
    
    It should still cover 98% of search queries.
    micgro42 committed Mar 21, 2018
    Copy the full SHA
    44156e1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4c924eb View commit details
    Browse the repository at this point in the history