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

implement priority sorted search results #66

Open
slivingston opened this issue Feb 1, 2017 · 2 comments
Open

implement priority sorted search results #66

slivingston opened this issue Feb 1, 2017 · 2 comments

Comments

@slivingston
Copy link
Contributor

  • create ordering of artworks found from search according to strength of match. e.g., A > B if two text tags match with A whereas only one text tag match with B.
  • sort the artwork rows that are returned from GET /search according to ordering decided in previous item.
@xstephen95x
Copy link
Member

Also, can relevance of strings somehow be ranked? For instance, a search for "cat" could yield an image that has the tag "education" pictures of actual cats.

@slivingston
Copy link
Contributor Author

yes. good comment. a simple improvement that addresses the example that you give is to rank based on exact match vs. proper substring.

@slivingston slivingston removed their assignment Mar 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants