You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve search result by prioritizing exact matches (#1433)
I know adding 2 new phases for exact matches feels like a workaround,
but without a more thorough review on the entire searching algorithm
this is the best solution I have.
I also added basic tests for `search.js` using `mini_racer` gem (dev
dependency) to simulate JS evaluation. I chose this approach because it
should be simpler than maintaining a whole set of JS dependencies and
setups.
Fixes#1194
0 commit comments