Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Minimal Character and Default Result › Reply To: Minimal Character and Default Result
March 23, 2018 at 11:56 am
#17239
Keymaster
Hi!
I think the $ids variable has to be an array of IDs, not a single id. So instead of this line:
[php]$ids = 247;[/php]
it should be this:
[php]$ids = array(247);[/php]