-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Labels
Description
Issue
Currently when using the search, only one search term is effective. If I add two space separated search terms, the search fails to work even though there should be matches.
Proposals
- Add possibility to search more than one term (for both title and/or tags). Eg
prototype mockup
- at the moment this won't work, I have to searchprototype
andmockup
separately which of course yields broader results. - Add possibility to refine results by selecting browsable tags (perhaps separate drop-down list with auto-suggestion).
- Change search algorithm to search non-exact matches. For example, in the title of one bookmark is
open-source
and if I typeopensource
there is no match. There are a few potential ways to approach this, one possibility is adding elasticsearch to the stack.
cdevroe and ecodiv