Home
last modified time | relevance | path

Searched hist:"4 eab6f7c40ab5e2fbbb5e0efb20d930d4b1730fe" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Ui/
H A DSearch.php5d87aa31a61f9f4ca921565933d0b7c52698487c Fri Apr 13 06:35:05 UTC 2018 Michael Große <grosse@cosmocode.de> fix: bring back the namespace in brace for pagelookup results

This was unintentionally removed in
4eab6f7c40ab5e2fbbb5e0efb20d930d4b1730fe

It also should now be clearer what the code does.

This fixes #2305

4eab6f7c40ab5e2fbbb5e0efb20d930d4b1730fe Wed Mar 21 12:51:14 UTC 2018 Michael Große <grosse@cosmocode.de> 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.