Skip to content

Commit 6acae71

Browse files
committed
Update to documentation.
1 parent d1a1f61 commit 6acae71

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
* Release notes are available on
44
[GitHub](https://github.com/leontoeides/indicium/releases).
55

6-
* `0.6.0`: Correction for contextual fuzzy matching in live, interactive
7-
searches.
6+
* `0.6.0`: Fix for contextual fuzzy matching for `Live` interactive searches.
7+
In some cases `Live` search would return global results without properly
8+
observing the `maximum_search_results` setting. This has been fixed. This will
9+
improve performance and user experience.
810

911
* `0.6.0`: New, optional `eddie` feature which is turned on by default. When
1012
this feature is enabled, this library will utilize

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ performance may begin to degrade at a point.
3232
log](https://github.com/leontoeides/indicium/blob/master/CHANGELOG.md) is
3333
available on GitHub.
3434

35-
* `0.6.0`: Correction for contextual fuzzy matching in live, interactive
36-
searches.
35+
* `0.6.0`: Fix for contextual fuzzy matching for `Live` interactive searches.
36+
In some cases `Live` search would return global results without properly
37+
observing the `maximum_search_results` setting. This has been fixed. This will
38+
improve performance and user experience.
3739

3840
* `0.6.0`: New, optional `eddie` feature which is turned on by default. When
3941
this feature is enabled, this library will utilize

0 commit comments

Comments
 (0)