Releases: rluiten/elm-text-search
Releases · rluiten/elm-text-search
v5.10 release fix to expose addT, removeT, searchT and types.
Fix bug, Add functions with Result error types instead of string
This fixes a bug in some search results returning NaN.
This adds new functions addT, removeT, searchT as variants of
of add, remove search that use a type instead of string for Error in Result.
The version of Trie updated to removes nodes when documents are
removed from the index so if you remove documents it may be
lighter on resources.
Update for elm 0.9.1 compatibility.
Thanks to @BendingBender for the PR.
Update to Elm 0.19
Some API changes came about due to changes in the default Result type of Json.Decode.
Fix a stop word filter problem
Update to Elm 0.18
Moved to elm-test.
Reformatted to 2 indent.
Add `addOrUpdate` function.
version(): v3.1.0 feat(Index): add addOrUpdate function. test(Index): test addOrUpdate. doc(Model): remove old comment.
Add ability to index documents fields of type List String
feat(Index): vsn index a field that is of type List String. A new field listFields added to Config and SimpleConfig it identifies document field returing data type List String.
Updated to Elm 0.17
Updating to Elm 0.17, bump version fix(examples): shifted to Html to display result, moved to 2 space indenting on examples as a starting point fix(code): updated syntax fix(package): updated package dependencies fix(README): update example
Fixed bug in search results.
Thankyou joakimk.