Forum Replies Created
-
AuthorPosts
-
July 6, 2018 at 7:18 am in reply to: Indexing few, selected Product Attributes rather than indexing all #18607
samyagshah
ParticipantThanks. Its working. Appreciate your help.
samyagshah
ParticipantThanks. Its working. Appreciate your help.
Two quick questions:
1. My Primary keyword logic is “AND with exact word matches“. What changes needs to be done in above provided “where clause” in order to make it compatible with it?
2. I am using “Index Table engine.” I want to index couple of meta keys stored in TermMeta table. How can achieve this?
Thanks.
-
This reply was modified 7 years, 11 months ago by
samyagshah.
-
This reply was modified 7 years, 11 months ago by
samyagshah.
samyagshah
ParticipantThanks. Its working. Appreciate your help.
samyagshah
ParticipantThanks for quick reply.
Required meta key is “_wcbs_producer_picture” & value stored is attachment ID.
Thanks
samyagshah
ParticipantThanks 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.
-
This reply was modified 7 years, 11 months ago by
-
AuthorPosts