-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add micro issues list; fix 1.1.3 error
- Loading branch information
Showing
3 changed files
with
60 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
TODO | ||
- $[?(...)].count() | ||
- distinct | ||
- suggestion: | ||
- $.object.distinct(.*) // any nested value | ||
- $.object.distinct(..*) // any recursive nested value | ||
- $.object.distinct(.field) // nested field | ||
- $.object.distinct(..field) // nested recursive field | ||
- $.object.distinct(field[?(...)]) // syntax error: distinct does not support atomic values (string, bool, number) | ||
- $.object.distinct(field[?(...)].field) // distinct filtered values | ||
- and so on | ||
FIX | ||
- $[?(@.field =~ /word word/)] | ||
- not working because of space! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters