Skip to content

Commit eacfe54

Browse files
committed
docs: note about non-singular queries
1 parent edbe6fa commit eacfe54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ This is a list of things that you might find in other JSONPath implementation th
187187

188188
And this is a list of areas where we deviate from the [IETF JSONPath draft](https://datatracker.ietf.org/doc/html/draft-ietf-jsonpath-base-13).
189189

190-
- We don't yet follow all "non-singular query" rules when evaluating a filter comparison.
190+
- We don't follow all "singular query" rules when evaluating a filter comparison. Note that we support membership operators `in` and `contains`, plus list literals, so testing non-singular queries for membership is OK.
191191
- We don't yet force the result of some filter functions to be compared.
192192
- Whitespace is mostly insignificant unless inside quotes.
193193
- The root token (default `$`) is optional.

0 commit comments

Comments
 (0)