I have noticed the following behaviour on my self-hosted Eramba Community v. 3.26.4 instance.
I think it is a bug but I am unsure if it is some kind of limitation of the community edition. I looked but found no documentation in regard of filtering limitations in the community edition.
If it is a limitation I’m sorry for the post.
Here is the behaviour in question:
When I try to add a second filter of the same type (second text filter in the example), I cannot type anything in the second filter. The focus immediately changes back to the first filter and therefore it is not possible to type in the second filtering field.
In the example I tried to filter in the compliance analysis but I noticed the same behaviour in all other tables with filtering capabilities.
I have verified the same… I suppose what someone would need is:
in a selection list field, you can add more than one item (if it’s a list), but the default behaviour is ‘or’. So if a select ‘DORA’ and ‘ISO9001’ it will show records that have one or the other (or both). It would be nice to be able to select ‘AND’ or ‘OR’
If it’s a free text field, once you put it once, the second instance focuses on the first one..It would be nice to be able to put some sort of string matching. Like “ ‘9001’ + ‘*Risk*’” to bring whatever has 9001 and risk in the description, and in another way (maybe like “ ‘9001’ ,‘*Risk*’” to bring whatever has either 9001 or risk in the title
Based on @kisero’s answer in your post it now looks more like a bug to me:
yes, you can think of two blocks top and bottom and in between AND or OR. The bottom block can have unlimited statements, the first one only one. The operator (AND or OR) is fixed.