From 155e673874a976d8679df1f86024c9f87d7d62d0 Mon Sep 17 00:00:00 2001 From: Chris Li Date: Sun, 26 Jun 2016 07:40:36 -0400 Subject: [PATCH] Updated How Search in 1.6 works (markdown) --- How-Search-in-1.6-works.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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