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

Reply To: return the search results in an array of post ids

Home Forums Product Support Forums Ajax Search Pro for WordPress Support return the search results in an array of post ids Reply To: return the search results in an array of post ids

#37500
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Well, you are running a live search there – even if there was a way to get those IDs, the search is not yet started during the page load. You could only fetch the post IDs via front-end javascript, then probably run an asynchronous request to send the IDs as query arguments, fetch the data, and replace the widget.
I am not sure if I recommend doing this, unless you have a very strong experience with both back-end and front-end coding, or have a good developer of doing that.