fix: FEAT: Array column should be filterable#1389
fix: FEAT: Array column should be filterable#1389shamsmosowi merged 7 commits intorowyio:developfrom rishi-raj-jain:develop
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 <vaibhavchanana@yahoo.co.in>
|
This is ready for review. |
il3ven
left a comment
There was a problem hiding this comment.
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