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)
February 26, 2024 at 2:20 pm
#47081
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.