-
Notifications
You must be signed in to change notification settings - Fork 447
Rebuild Aliki's searching mechanism #1504
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
Conversation
|
🚀 Preview deployment available at: https://da19e35e.rdoc-6cd.pages.dev (commit: b255555) |
06dd386 to
f4a8cdf
Compare
|
I don't think the current search is bad, except for the search result order and constant not searched. How about first match against full_name with regexps generated by the old searcher, and then reorder the result with score? |
tompng
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍


Rebuild Aliki's search mechanism with a custom search index and improved ranking algorithm.
Key changes:
js/search_data.js) instead of using the shared JsonIndex generator (can be removed along with Darkfish in the future)Closes #1497