Make sure you’re caching/storing the data first before applying filters/queries. Otherwise, it’ll run slow (runs each filter as requested multiple times, rather than querying the same data source again).
When adding it as a constraint for ‘Do a search for’, you can only create a conditional expression such as “when XX and XX”,
so I want to create a conditional expression such as “when XX or XX”, so I’m using filter.
If you merge, it will become “Search for XXs merged with Search for XXs”, and you will have to use ‘Do a search for’ multiple times, so won’t that make processing even heavier?