Hi all,
Imagine you have a query that looks like this.
and it returns all the items whose title contains the string "fixed". However, I'd like to refilter the results further - for example, searching for another string in the title (ex. ListBox). Is it possible to do that without modifying editing the query and adding another And clause? I need something quick - like pressing for example CTRL + F and typing the string I need to find in the results of a query.