Releases: marcbachmann/simple-text-search
Releases · marcbachmann/simple-text-search
v1.2.0
1.2.0 (2024-01-10)
Features
- Add support for labeling functions (77f7c2a)
v1.1.5
1.1.5 (2020-06-05)
Bug Fixes
- Replace generator with a regular array as we generate it anyways at once (d5c6425)
v1.1.4
1.1.4 (2020-06-04)
Bug Fixes
- Normalize multiple umlauts provided in the query (412baa3)
v1.1.3
1.1.3 (2020-06-04)
Bug Fixes
- Fix the word matching behavior by using a simple
string.indexOf
again (45313f4)
v1.1.2
1.1.2 (2020-05-09)
Bug Fixes
- Also match words that have more than one query keyword (05c77c5)
v1.1.1
1.1.1 (2020-05-09)
Bug Fixes
- Add a test to make sure we search using a boolean AND operation (2e86556)
v1.1.0
1.1.0 (2020-05-08)
Features
- Use generators search through elements using lazy initialization (6b67456)
v1.0.3
1.0.3 (2020-01-21)
Bug Fixes
- Only execute the filter function if really necessary (0bdb309)