-
Notifications
You must be signed in to change notification settings - Fork 781
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
WIP HTML Reporter: Fuzzy search using fuse #1441
Conversation
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.
Overall I like this implementation better than the fuzzysort one. A few questions, but once this is rebased onto master (since I merged the other PR) it's probably good to go.
…to ftr-1438-fuse-2
…to ftr-1438-fuse-2
@trentmwillis closing this in favor of #1442 as I was having some trouble after fetching the latest upstream changes. Also, I'm a little partial to the If you feel strongly about Fuse.js, then let me try and play a little more with its configuration parameters and see if I can come up with better results. I would strongly recommend that you fetch both locally and try them and see the difference for yourself. |
Sample implementation of: #1438 (
Fuse.js
-based).Below search results with different keywords (on
test/index.html
):Search: "assert".
Search: "beforeEach".
Search: "promiseaware".
Search: "script".