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

fix(schema): Allow $in and $nin queries to work for arrays #3352

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

daffl
Copy link
Member

@daffl daffl commented Nov 27, 2023

This allows for the query syntax to query MongoDB arrays with $in and $nin.

Closes #3346

@daffl daffl changed the title fix(schema): Allow and queries to work for arrays fix(schema): Allow $in and $nin queries to work for arrays Nov 27, 2023
@daffl daffl merged commit 677c214 into dove Nov 27, 2023
4 checks passed
@daffl daffl deleted the schema-array-in branch November 27, 2023 22:58
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.

JSON Schema querySyntax function code error for $in operator
2 participants