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

fix: sidebar search should use relevance instead of alphabetical #1096

Merged
merged 4 commits into from
Dec 7, 2022

Conversation

czgu
Copy link
Collaborator

@czgu czgu commented Dec 7, 2022

several users reported that the search results are getting less relevant, this is because the search is defaulted to sort by alphabetical instead of relevancy.

  • renamed importance score to relevance
  • For search, changed the default ordering to be by relevance

@czgu czgu marked this pull request as ready for review December 7, 2022 22:44
jczhong84
jczhong84 previously approved these changes Dec 7, 2022
@czgu czgu merged commit a18cc93 into pinterest:master Dec 7, 2022
@czgu czgu deleted the fixsort branch December 7, 2022 23:25
rohan-sh1 pushed a commit to CAI-TECHNOLOGIES/cai-ext-db-explorer that referenced this pull request Feb 28, 2023
…terest#1096)

* fix: table sort should be by importance score by default

* Change importance score to relevance

* fix precommit

* add comment about asc
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

Successfully merging this pull request may close these issues.

None yet

2 participants