Skip to content
New issue

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

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

Already on GitHub? # to your account

feat(databases): Add $and to the query syntax #3021

Merged
merged 1 commit into from
Jan 29, 2023
Merged

feat(databases): Add $and to the query syntax #3021

merged 1 commit into from
Jan 29, 2023

Conversation

daffl
Copy link
Member

@daffl daffl commented Jan 28, 2023

It is already supported by most adapters so just needed to be added to the documentation and filters.

Closes #2988

@daffl daffl requested a review from marshallswain January 28, 2023 15:06
@netlify
Copy link

netlify bot commented Jan 28, 2023

Deploy Preview for feathers-dove ready!

Name Link
🔨 Latest commit 1a92045
🔍 Latest deploy log https://app.netlify.com/sites/feathers-dove/deploys/63d53a09e38d94000b9b8017
😎 Deploy Preview https://deploy-preview-3021--feathers-dove.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@daffl daffl changed the title feat(database): Add and to the query syntax feat(databases): Add $and to the query syntax Jan 28, 2023
Copy link
Member

@marshallswain marshallswain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@daffl daffl merged commit 00cb0d9 into dove Jan 29, 2023
@daffl daffl deleted the and-query-syntax branch January 29, 2023 17:16
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$and needs to be manually added and needs an ability to nest an $or (and vice versa)
2 participants