Home › Forums › MapPress Support › Problems using Views (Toolset) with Mappress › Reply To: Problems using Views (Toolset) with Mappress
March 28, 2014 at 6:25 am
#14454
Hi,
Thanks for the update. I don’t know if it makes sense to modify MapPress for this, since most users don’t wish to disable query filters.
For your queries, though, you should be able to just include that parameter in your query string:
[mashup query="suppress_filters=true"]
Or if you’re using a PHP array for the query:
$query['suppress_filters'] = true;