oops
This commit is contained in:
parent
b8828e1fae
commit
6d6d9152e9
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ getResults query = do
|
|||
, fuzzyQueryPrefixLength = PrefixLength 0
|
||||
, fuzzyQueryMaxExpansions = MaxExpansions 50
|
||||
, fuzzyQueryFuzziness = Fuzziness 0.6
|
||||
, fuzzyQueryBoost = Boost 1.0
|
||||
, fuzzyQueryBoost = Just (Boost 1.0)
|
||||
}
|
||||
su <- runBH' $ searchByIndex (IndexName "user") $ mkSearch (Just esQuery) Nothing
|
||||
sa <- runBH' $ searchByIndex (IndexName "album") $ mkSearch (Just esQuery) Nothing
|
||||
|
|
Loading…
Reference in a new issue