• Resolved freakency

    (@freakency)


    i have products with custom fields, one of which is called book-author.
    I want to be able to search by product title (which it does already) but also include the book-author field in the search. Is this possible with a setting or functions.php entry? I can’t seem to find any docs about this.

    many thanks,

    Marcus

Viewing 1 replies (of 1 total)
  • Plugin Author RealMag777

    (@realmag777)

    Hello Marcus

    You need customization of the code. Please use hook “post_where” to change (add) search query. Add custom search query if exists $_REQUEST['woof_text']
    You can find an example here – \wp-content\plugins\woocommerce-products-filter\ext\by_text\index.php

Viewing 1 replies (of 1 total)

The topic ‘custom field search’ is closed to new replies.