unmark
unmark copied to clipboard
[Feature request] Expand search functionality
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 searchprototypeandmockupseparately 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-sourceand if I typeopensourcethere is no match. There are a few potential ways to approach this, one possibility is adding elasticsearch to the stack.
@weaktyper Great suggestion.
@cdevroe The other idea in mind for search was to use Postgresql which has some nice inbuilt search features and might avoid complicating the stack by adding yet another service. The only problem is I don't think I have the capacity to contribute for the foreseeable future (at least one year - which is as far ahead as I can plan). :sob: