If I enter a query in the q field (which is associated with the Request-Handler (qt) type /select), then I enter a delete query (which is associated with the Request-Handler (qt) type /update), I am finding that I did not just delete what was in the q field, based on the before and after snapshots of total documents and lw_data_source_s.
How can I construct my delete query so that I am only deleting what is in the q field in my /select query?