Skip to content

Releases: rluiten/elm-text-search

v5.10 release fix to expose addT, removeT, searchT and types.

23 Feb 10:14
Compare
Choose a tag to compare

Fix bug, Add functions with Result error types instead of string

23 Feb 09:12
Compare
Choose a tag to compare

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.

23 Jul 09:20
Compare
Choose a tag to compare

Update to Elm 0.19

12 Sep 22:19
Compare
Choose a tag to compare

Some API changes came about due to changes in the default Result type of Json.Decode.

Fix a stop word filter problem

30 Apr 12:21
Compare
Choose a tag to compare

Fix #10
Thanks to @tgecho for the bug report with a nice example.

Update to Elm 0.18

20 Nov 00:20
Compare
Choose a tag to compare

Moved to elm-test.
Reformatted to 2 indent.

Add `addOrUpdate` function.

29 Sep 12:27
Compare
Choose a tag to compare
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

08 Sep 09:55
Compare
Choose a tag to compare
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

22 May 23:24
Compare
Choose a tag to compare
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.

27 Jan 14:13
Compare
Choose a tag to compare

Thankyou joakimk.