Boolean
Simple true/false parser to store boolean information to used for filtering.
All source fields will be processed with the boolean parser. If one of the values is
true
the result will be true
.For now there are no settings for that boolean parser. We will add additional settings to customize falsely or truly values.
All boolean values will be processed with the following rule:
Everything is set to
false
what is not one of the following value1, '1', 'y', 'yes', true, 'true'
.- Free-parking
- Wifi available
- Apple pay
Last modified 4yr ago