Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Certain Products Are Not Showing › Reply To: Certain Products Are Not Showing
June 9, 2020 at 12:20 pm
#27760
Keymaster
You are very welcome 🙂
To add new keywords, use this sample for the $replace variable:
$replace = array(
'3step' => '3 step',
'word1, word2' => 'word3',
'wordX, wordY' => 'wordZ',
'abc, xyz, 123' => 'other word'
);
.. and you can add as many lines as you want. The words on the left site, are replaced with the single word on the right side.