Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Selecting Filters programmatically › Reply To: Selecting Filters programmatically
December 21, 2021 at 1:41 pm
#36022
Keymaster
Hi,
Probably the easiest way to trigger the search after programmatically changing the values is by the search API:
ASP.api(1, 1, 'searchFor', '')
This will trigger a search for an empty phrase. You can also trigger the search for the already entered keyword via:
WPD.dom('.asp_m input.orig').trigger('input');