Search page #5
plurch
started this conversation in
General feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the search functionality is matching for an exact substring match on the full repository name (eg. "facebook/react") and then sorting by popularity.
These search strings would match "facebook/react":
However "facebook react" would not match anything due to the space. Should do an "AND" query in this situation.
Also, we should persist the last search query upon navigating back to the search page.
Beta Was this translation helpful? Give feedback.
All reactions