CMS Version
Version 3.0.8 Docker
Issue
I uses dynamic display groups since a long time now. In v2.x I have search/filter terms like
id[1-9][0-9] # should be “id10” OR “id11” OR … “id99” (idXY are a substrings)
id60 Wien Hbf Kundenservice # should be “id60…” AND “Wien” AND “Hbf” AND “Kundenservice”
Reiseb\üro -Wien # should be “Reisebüro” AND NOT “Wien”
but non of them works anymore. Sadly a customer found out that it (obviously) breaks some serious stuff scheduled with display groups. Now it shows wrong content on some displays, which even means possible legal problems.
I noticed since v3.0.1 that the Name filter (I think it’s the same code) in layouts, playlists a.s.o. doesn’t really work anymore (or at least that I can’t figure out how) but that was just an inconvenience. But now that I know that it also breaks the display group filter, it is a big problem.
I tried many things but I can’t even find out how the easiest thing work: termA AND termB
On a Testserver (v3.1.1) I have e.g. three layouts:
“Default Layout”
“Default Testlayout”
“Test”
Now I want to filter/find just “Default Testlayout” and tried (every time with and without the regex checkbox):
def test
def, test
def,test
def|test
def AND test
def +test
+def +test
def & test
def &test
def && test
def; test
def;test
and probably many other strange things.
Nothing works. I get all results or nothing at all.
So please can anyone point me to a description or explain it to me how I can reproduce the search terms I posted!?