full-text-search 0.2.2.1 → 0.2.2.2
raw patch · 3 files changed
+5/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/SearchEngine/Autosuggest.hs +1/−0
- changelog +3/−0
- full-text-search.cabal +1/−1
Data/SearchEngine/Autosuggest.hs view
@@ -238,6 +238,7 @@ -- carefulUnions :: [DocIdSet] -> Maybe DocIdSet carefulUnions dss+ | null dss = Just DocIdSet.empty | null dss' = Nothing | otherwise = Just (DocIdSet.unions dss') where
changelog view
@@ -1,3 +1,6 @@+0.2.2.2 Adam Gundry <adam@well-typed.com> March 2023+ * Fix bug in 0.2.2.1 autosuggest patch+ 0.2.2.1 Adam Gundry <adam@well-typed.com> March 2023 * Fix autosuggest query performance bug on large datasets
full-text-search.cabal view
@@ -1,5 +1,5 @@ name: full-text-search-version: 0.2.2.1+version: 0.2.2.2 synopsis: In-memory full text search engine description: An in-memory full text search engine library. It lets you run full-text queries on a collection of your documents.