I would like to know if it is possible to obtain facet search query elements (where clause info) in order to drive custom mapbox map. I have successfully tried a method obtain query results using techniques similar to that described in the link https://blogs.oracle.com/apex/post/add-a-chart-to-your-faceted-search-page , but the performance is to slow for large queries (100k +records). If I can obtain the query elements, these can be transformed into a mapbox filter engine and attain satisfactory performance in the map display. I was previously able to do this using an interactive region, but the facet search interface is much nicer. Is it possible to extract the “where clause info” from the search?