Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
10.2
-
None
-
Unknown
-
Description
When using a list field with multiselect in AWM the livetable since 9.8.x is allowing to choose multiple entries in the filter field.
However when doing so the search is an AND (entries that have both entries).
It is more interesting to have this do an OR search (unless there is an option to choose).
Apparently this option already exists in the livetable results by using the param
join_mode (but there seems no way to add this to the column properties).
I was able to add this using
'extraParams' : 'databaseList1/join_mode=or'