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

Reply To: Allow search through "TermMeta" Database Table

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Allow search through "TermMeta" Database Table Reply To: Allow search through "TermMeta" Database Table

#18547
samyagshahsamyagshah
Participant

Thanks for quick reply.

Actually its one of the must have feature for my website. Any quick work around?Any filter or action? I just want meta key named “_wcbs_author_sub_title” to be included in search.

In source2.php I found following code in commented form:

[code]<!–
ON HOLD – term meta is not used yet widely
ACF uses wp_options table to store taxonomy term meta…
<div class="item">
<?php
//$o = new wpdreamsTermMeta("search_term_meta", "Search in term meta?", $sd[‘search_term_meta’]);
//$params[$o->getName()] = $o->getData();
?>
</div>
–>[/code]

Thanks.