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

Filtering on specific fields when using suggestion #510

Open
carllopez opened this issue Apr 25, 2016 · 0 comments
Open

Filtering on specific fields when using suggestion #510

carllopez opened this issue Apr 25, 2016 · 0 comments

Comments

@carllopez
Copy link

carllopez commented Apr 25, 2016

Considering the following:

obj = pyes.Suggest()
obj.add_completion(text, 'region', 'suggest_region', size=size)
obj.add_completion(text, 'city', 'suggest_city', size=size)

is there a way to add an exclude filter on a field, eg.

obj.add_exclusion('Spain', 'country')

to not return results that match country='Spain' ?

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

No branches or pull requests

1 participant