diff --git a/How-Search-in-1.6-works.md b/How-Search-in-1.6-works.md index 1aecb66..a1f0450 100644 --- a/How-Search-in-1.6-works.md +++ b/How-Search-in-1.6-works.md @@ -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! \ No newline at end of file +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. \ No newline at end of file