Hey Rysan,
I dont know if you ever found a temporary alternative.
Here is mine.
I added a button into the form which when clicked performed this code.
<script>
$(document).ready(function(){
$(‘button’).click(function(e) {
$(“.gmw-full-address”).val(”);
$(“.gmw-taxonomy-checkbox”).prop(“checked”, false);
$(“#gmw-submit-1”).click();
});
});
</script>
It unclicks all the checkboxes and then re-searches.
🙂