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

Why basic operation like containsOneOf does not work unless the field is a array #247

Open
shirecoding opened this issue Oct 7, 2024 · 1 comment
Assignees

Comments

@shirecoding
Copy link

With fields that are indexed as strings/tags, containsOneOf does not work. It only works unless the field is already a list of tags even if its of only 1 element. This forces the use of single element fields else you need to chain a query of ORs. This seems rather basic as most fields are not arrays and should be able to match against a list. This looks like a bug to me.

@guyroyse
Copy link
Contributor

Not a bug, but probably a feature worth adding. I'll add it to the backlog.

@guyroyse guyroyse self-assigned this Nov 12, 2024
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

2 participants