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

Field privileges 'where' and 'order' #422

Closed
wants to merge 2 commits into from

Conversation

peterpp
Copy link
Contributor

@peterpp peterpp commented Apr 5, 2021

In Elasticsearch, not all fields are searchable and sortable. It is essential to use only allowed fields in search query. Searching produce errors otherwise.

In Elasticsearch, only indexed fields are searchable.
In Elasticsearch, text fields are not sortable.
@peterpp peterpp mentioned this pull request Sep 18, 2021
@peterpp peterpp closed this Mar 16, 2024
@peterpp peterpp deleted the field-privileges branch March 16, 2024 22:39
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

Successfully merging this pull request may close these issues.

1 participant