Home
Phorge
Search
Configure Global Search
Log In
Transactions
Q23
Change Details
Change Details
Old
New
Diff
I can define a searchable custom field, but i only can search for tasks where the field value is set to true. Is there a method for searching the opposite, where the custom field value is set to false?
I can define a searchable custom field, but i only can search for tasks where the field value is set to true. Is there a method for searching the opposite, where the custom field value is set to false? Screenshot: {F269265} Definition of the custom field that is queried: ``` "our.customfield": { "name": "Supportfall", "type": "bool", "search": true } ```
I can define a searchable custom field, but i only can search for tasks where the field value is set to true. Is there a method for searching the opposite, where the custom field value is set to false?
Screenshot: {F269265} Definition of the custom field that is queried: ``` "our.customfield": { "name": "Supportfall", "type": "bool", "search": true } ```
Continue