I created a Web Application and I'm looking to enhance some of the user interactions.
I want any filters applied to a layer to hold when running an intersection query.
For example, filter a polygon "Layer X" by a name. Then use the intersection query to use "Layer X" to pull a list of features on "Layer Y" intersected by only the filtered data.
Right now, with either a filter on or off, the intersection query returns all intersections between both layers.
When a filter is on, there is a warning triangle in the query box (see image). But, the results are the same as with no filter activated.