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

Hacktoberfest Examples: Querying Strings within Arrays #221

Closed
slorello89 opened this issue Oct 3, 2022 · 2 comments · Fixed by #231
Closed

Hacktoberfest Examples: Querying Strings within Arrays #221

slorello89 opened this issue Oct 3, 2022 · 2 comments · Fixed by #231
Assignees

Comments

@slorello89
Copy link
Member

slorello89 commented Oct 3, 2022

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

See #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

@ramin-guliyev
Copy link
Contributor

Hi @slorello89 , I would like to work on this.

@SuzeShardlow
Copy link

Hi @ramin-guliyev, go for it! Please check out our guidelines and have fun! We look forward to receiving your pull request.

https://redis.io/community/hacktoberfest/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants