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

Reply To: Accessing the index outside of the search form (e.g. for post loop)

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Accessing the index outside of the search form (e.g. for post loop) Reply To: Accessing the index outside of the search form (e.g. for post loop)

#47081
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Peter,

I think there is a way to do this, I sugget using the ASP_Query class for it.
In the arguments list you can specify the engine:
'engine' => 'index'
For the full list of arguments check this documentation.