Viewing 11 posts - 1 through 11 (of 11 total)
  • #77121
    bozze
    Member
    Post count: 16

    Hi,

    I would like to search for products instead of posts? Please help me changing this.

    Thanks,

    #77122
    bozze
    Member
    Post count: 16
    This reply has been marked as private.
    #77153
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved the issue by using given below code

    function SearchFilter($query) {
           if ($query->is_search ) {
                $query->set('post_type', array('product'));
            }
    
         return $query;
        }
    
    add_filter('pre_get_posts','SearchFilter');

    Thanks

    #77186
    bozze
    Member
    Post count: 16

    Thanks Mohammad, but it doesn’t work. I have some products that have ‘Hombres’ as a category, if I write right now Hombres in the search bar it doesn’t give me any results. I want to be able to search for products by its categories, is it possible?

    Thanks again for your help

    #77187
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can search by product title only .
    Thanks

    #77220
    bozze
    Member
    Post count: 16

    Well I’ve found the solution, thanks!

    #77256
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome . I’m glad that issue resolved .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #82899
    Sean
    Member
    Post count: 116

    So what was the solution?

    #82918
    Mohammad – SUPPORT
    Moderator
    Post count: 27441
    #83269
    Sean
    Member
    Post count: 116

    The solution above is for product titles. How can the search look for anything such as attributes, categories, titles, etc? Also, where does that code get placed?

    #83287
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please install search everything plugin https://wordpress.org/plugins/search-everything/ and configure it.
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register