Searching with < > and PowerSearch goes beyond the word behaving like PowerSearch does

Hi,

for creating a table with all segments and marking terminology I use a regex like this and PowerSearch.

Source: <exhaust air[:letter:]{0,2}>
Target: <Отрабо[:letter:]{0,7}> <въз[:letter:]{0,7}> or -“xxx”

This should display and mark all occurences of “exhaust air” (plus 2 letters if existant) and mark all occurences of the target term. In case the target term is not included in the target, I get the segment anyway, because of the -“xxx”, just without marking of course.

It works fine with terms consisting of only 1 word. But if I have 2 words and use PowerSearch, it behaves like PowerSearch although I have restricted the beginning and the end of the word <exhaust air[:letter:]{0,2}>. I get this result:

Screenshot 2025-02-07 183658

Any idea?
Thnx, Burim

If your search expression contains embedded spaces, if you use Powersearch, you need to enclose the search expression in double straight quotes.

The reason for that is that a space is an AND operator for Powersearch.

Thank you.

Best regards, Burim