Skip to content

Adding the option to enable full value filtering.#555

Merged
davidstutz merged 2 commits intodavidstutz:masterfrom
jedkirby:feature-full-text-searching
Oct 14, 2015
Merged

Adding the option to enable full value filtering.#555
davidstutz merged 2 commits intodavidstutz:masterfrom
jedkirby:feature-full-text-searching

Conversation

@jedkirby
Copy link

@jedkirby jedkirby commented Jun 5, 2015

This feature will enable you the option to use full value filtering. For the sake of this explanation, I've set the value of enableCaseInsensitiveFiltering to true, however, this feature supports the use of that option to be false also.

Imagine you have the following list of venues:

Aberdeen
Bath
Bristol
Hereford
Hertford

You want to be able to filter through these venues but by matching each letter of the venue name incrementally.

If you were to type the letter b with the option enableFullValueFiltering is set to false, you'd get the following results:

Aberdeen
Bath
Bristol

But, with that same option set to true you'd get the following results:

Bath
Bristol

Now modifying the search term to ba would return the results:

Bath

davidstutz added a commit that referenced this pull request Oct 14, 2015
Adding the option to enable full value filtering.
@davidstutz davidstutz merged commit 39ad313 into davidstutz:master Oct 14, 2015
davidstutz added a commit that referenced this pull request Oct 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants