Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search by id › Reply To: Search by id
March 21, 2016 at 9:37 am
#8104
Keymaster
Hi!
It was indeed not working, because of the database table collation for the cyrillic symbols. I have changed the code to I have suggested to:
[code]$this->parts[] = array(
array("( $wpdb->posts.ID LIKE ‘$s’ )"), array()
);[/code]
Now it should search IDs and terms correctly if your switch back to the regular engine along with the ID exclusions.
The demo was indeed not working because there was a maintenance on one of our database servers 🙂
-
This reply was modified 10 years, 2 months ago by
Ernest Marcinko.