-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Implement slice indexing when accessing a field #51
Labels
Comments
ostafen
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
May 9, 2022
hi, bro. |
v1.2.0 has been released :=) |
Hello! Just a quick question: |
Yes, that's right |
DaniloMarques1
added a commit
to DaniloMarques1/clover
that referenced
this issue
Jun 5, 2022
- adding `books.json` to help on the slice testing; - adding `lookupSliceField` that recursively dive inside a slice; - adding test cases for the indexing structure.
DaniloMarques1
added a commit
to DaniloMarques1/clover
that referenced
this issue
Jun 5, 2022
- inverting condition.
DaniloMarques1
added a commit
to DaniloMarques1/clover
that referenced
this issue
Jun 5, 2022
- removing the `continue` from the for loop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, all. Currently, clover allows to access nested document fields by the following syntax:
Now, suppose that field2 is a slice. It would be useful to support indexing elements by the following syntax:
The text was updated successfully, but these errors were encountered: