Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ constant directly.

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

Syntax: `?property=[on|off|true|false|0|1]`
Syntax: `?property=[true|false|1|0]`

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

Expand Down