Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Ajax Search Pro Settings within Category › Reply To: Ajax Search Pro Settings within Category
November 16, 2018 at 4:00 pm
#19972
Keymaster
Hi Craig,
The custom keywords meta box is only available for custom post types, not for taxonomy terms (at least not yet). I am not sure if this would work, but if you can somehow add term meta fields to the taxonomy, then you could use it to store this information as well (similarly as the post meta box).
ACF plugin is capable of creating term meta fields, which then you can use on the taxonomy editor.
Then, on the plugin back-end, you can enable the search in term meta option, and this field will be used, when looking for taxonomy term results.
I hope this helps!