Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Expand search functionality #199

Open
weaktyper opened this issue Feb 9, 2017 · 2 comments
Open

[Feature request] Expand search functionality #199

weaktyper opened this issue Feb 9, 2017 · 2 comments

Comments

@weaktyper
Copy link

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 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.
@cdevroe
Copy link
Owner

cdevroe commented Apr 29, 2017

@weaktyper Great suggestion.

@weaktyper
Copy link
Author

weaktyper commented Apr 29, 2017

@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). 😭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants