Updated How Search in 1.6 works (markdown)

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

@ -45,3 +45,5 @@ Step 5: Calculate rank score
For indexed search results: RankScore = Levenshtein distance * f(x) For indexed search results: RankScore = Levenshtein distance * f(x)
For title search results: RankScore = Levenshtein distance * 1 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.