From c14062947fc8394fb905c9460918a6757abe9485 Mon Sep 17 00:00:00 2001 From: Anto Date: Thu, 2 Mar 2017 07:20:16 +0100 Subject: [PATCH] on|off is not supported in Boolean Filter anymore --- core/filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/filters.md b/core/filters.md index 6c88bc64129..214930017d5 100644 --- a/core/filters.md +++ b/core/filters.md @@ -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.