...
Code Block |
---|
"or:portalrole.hide": { "id": { "eq": 0} }, ... "or:portaltype.hide": { "id": { "eq": 0} }, |
The logic operates such that works as follows: between constraints like or:portalrole:xxx
and or:portalrole:yyy
, the system applies an OR operator is applied. However, between constraints like such as or:portalrole:xxx
and or:portaltype:xxx
, the system applies an AND operator is used. Below, you'll find more details about what happens at the "query" level:
...
This filters configuration can be edited, to add or remove some filters. The configuration system follows principles that are used on the entire front app. Here i’ll provide you can find an example of a possible customization
...
By default, portals feature comes with filters on portal’s detail view. These filters are allowing user to filter displayed assets. The filter config used and displayed here, is the same one which is used on new univers creation.
...