-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
Description
Necessary for the botwiki/open-source-bots#1 merge:
- Search
term1
ANDterm2
AND etc by default, example. - Implement an
OR
operator. - Keep the search term in the search input.
Nice things to have:
- Fuzzy search: this should give the same results as this. This should also work. (Or at least show Did you mean...?). This should be useful.
- If appropriate, instead of page description show a snippet with the search term(s) highlighted.
Also important:
- Code cleanup (see TODO in relevant files)