Updated How Search in 1.6 works (markdown)

Chris Li 2016-06-26 07:40:36 -04:00
parent 6dfbc72d0c
commit 155e673874

@ -44,4 +44,6 @@ The first order derivative of f(x) is f'(x) = 1 / (x - 1.17129). f(x) decrease f
Step 5: Calculate rank score
For indexed search results: RankScore = Levenshtein distance * f(x)
For title search results: RankScore = Levenshtein distance * 1
Sort ascending by RankScore gives you final search ranks!
Sort ascending by RankScore gives you final search ranks!
**Note:** In version 1.6 alphas, you can head over to Setting -> Boost Factor 🚀 to set your own (x1, y1) & (x2, y2), the app will solve m and n for you and use it in the next search.