Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Wildcards #6

Open
stopyoukid opened this issue Jul 11, 2018 · 2 comments
Open

Support Wildcards #6

stopyoukid opened this issue Jul 11, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@stopyoukid
Copy link
Member

This is more of a future enhancement, but it would be nice if text filter supports wildcards. From a customer:

E.g. ERC* only finds things that begin with ERC
nnnABC begins with 3 numbers
B?B - search for bob, bib, brb, etc. any letter in between the B's

Currently, TextFilter uses applyJSONFilter, and that only really supports equals, contains and starts with operators (and their counterparts does not ) for text fields, so we cannot implement at this time.

@stopyoukid stopyoukid added the enhancement New feature or request label Jul 11, 2018
@stopyoukid
Copy link
Member Author

Implementing #7 would at least increase the flexibility of Text Filter without adding full wildcard support

@BowHunter007
Copy link

How can I pull an exact query from the search box. For example I only want results that equal "5"...Not results containing "5".

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants