Skip to content

Commit f53bfeb

Browse files
authored
Merge pull request #181 from antograssiot/patch-1
on|off is not supported in Boolean Filter anymore
2 parents 83d35e3 + c140629 commit f53bfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ constant directly.
152152

153153
The boolean filter allows you to search on boolean fields and values.
154154

155-
Syntax: `?property=[on|off|true|false|0|1]`
155+
Syntax: `?property=[true|false|1|0]`
156156

157157
You can either use TRUE or true, the parameters are case insensitive.
158158

0 commit comments

Comments
 (0)