how to use filter with dynamic query string. Below is my query.
tblsearch.Id:(*) this is my query string. This query string may change based on search code.
I need to filter tblsearch.Active:(1) from that search docs.
How to write search terms with filter using DSL.