Imagine you have a query similar to this one.

and it returns all elements whose header contains the string "fixed" . However, I would like to filter the results again - for example, searching for another row in the header (for example, ListBox ). Is it possible to do this without modifying the query edit and adding another And clause? I need something quick - for example, pressing CTRL + F and entering the string that I need to find in the query results.
source
share