-
Notifications
You must be signed in to change notification settings - Fork 489
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: FEAT: Array column should be filterable #1389
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
@rishi-raj-jain is attempting to deploy a commit to the Rowy Team on Vercel. A member of the Team first needs to authorize it. |
I figured out that in and not-in don't work when we want to filter when the filter value is an array itself. Only, ==, !=, array-contains and array-contains-any are the supported methods as I gather from that link + testing in a simple demo.js file with the following: adding a array to your firestore, and querying the same (for in & not-in) reveal the same as above as well. |
Co-authored-by: il3ven <[email protected]>
This is ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Looks good to me. I'll merge it soon.
Did you get a chance at it? |
Hey, we have been busy with other work. This PR is approved and I will merge it soon. The bounty will be yours. |
Oh okay, appreciate the confirmation! |
fix: #1382
/claim #1382