This commit is contained in:
nek0 2016-08-27 13:39:30 +02:00
parent b8828e1fae
commit 6d6d9152e9

View file

@ -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