You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 search prototype and mockup 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 type opensource there is no match. There are a few potential ways to approach this, one possibility is adding elasticsearch to the stack.
The text was updated successfully, but these errors were encountered:
@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). 😭
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
prototype mockup
- at the moment this won't work, I have to searchprototype
andmockup
separately which of course yields broader results.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.The text was updated successfully, but these errors were encountered: