You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Querying strings within arrays is something that comes up fairly often. Well, both querying strings within arrays and querying strings within arrays of embedded documents. In other-words. Given that a document has an array of strings, you should be able to query this array by using the Contains method on the array. Similarly, if a document contains an array of objects with an indexed string field, you should be able to use the Any method within your top-level query to find documents matching that pattern
If you’d like to work on this please mention me @slorello89 or @SuzeShardlow in a comment and we’ll assign this issue to you.
This is part of our participation in Hacktoberfest 2022. Learn how to complete this issue here: https://redis.io/community/hacktoberfest/
Need help or want to talk to us? Join us on Discord where we have a dedicated Hacktoberfest channel
The text was updated successfully, but these errors were encountered:
Querying strings within arrays is something that comes up fairly often. Well, both querying strings within arrays and querying strings within arrays of embedded documents. In other-words. Given that a document has an array of strings, you should be able to query this array by using the
Contains
method on the array. Similarly, if a document contains an array of objects with an indexed string field, you should be able to use theAny
method within your top-level query to find documents matching that patternSee #217 before getting started.
If you’d like to work on this please mention me @slorello89 or @SuzeShardlow in a comment and we’ll assign this issue to you.
This is part of our participation in Hacktoberfest 2022. Learn how to complete this issue here: https://redis.io/community/hacktoberfest/
Need help or want to talk to us? Join us on Discord where we have a dedicated Hacktoberfest channel
The text was updated successfully, but these errors were encountered: