[dokuwiki] New PR: [WIP] Better core search

  • From: "micgro42" <wiki@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 23 Mar 2018 16:30:41 +0100 (CET)

Hi,

micgro42 opened a new pull request at 
https://github.com/splitbrain/dokuwiki/pull/2286:

This improves the search functionality of DokuWiki by adding some assistance, 
adding functionality, improving what information in the results are displayed, 
adding events and fixing bugs.

### ToDo:
* [x] Filter by lastmod time, closes #1973 (still needs custom date entry)
* [ ] Option to sort by lastmod time instead of number of hits
* [x] allow easier filtering by namespace (from the new search form and from 
the results)
* [x] allow easier changing the fragment behavior (exact match, starts with, 
ends with, contains)
* [x] add config option to limit the search to the current X namespaces (when a 
search is executed from a page within a deeper namespace, the first X 
namespaces will be added as filter)
* [x] add config option to specify the default fragment search behavior
* [x] events for rendering every search result
* [x] event for the new search form
* [ ] handle namespaces with `-` and `.` correctly, fixes #1659
* [x] handle namespaces that are prefixes of other namespaces correctly, fixes 
#2285 

* [ ] more refactoring
* [ ] better styling


Please help us to review this pull request, so new contributors get feedback in 
a timely manner.

24e6a550-2eaf-11e8-8bf1-a0ab2f570e1f


-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts:

  • » [dokuwiki] New PR: [WIP] Better core search - micgro42