This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Selecting Filters programmatically

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Selecting Filters programmatically Reply To: Selecting Filters programmatically

#36022
Ernest MarcinkoErnest Marcinko
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');