Forums

[resolved] [Plugin: Search Everything] Search Every Category Name Not Working (4 posts)

  1. saphod
    Member
    Posted 1 year ago #

    Hi,

    when I check "search every category name", there are no search results!

    It works fine when I uncheck it again.

    How come?

    [using Search Everything 4.7.5]

  2. vladimir_kolesnikov
    Member
    Posted 1 year ago #

    Saphod, the fix is here.

    Best regards,
    Vladimir

  3. i3inary
    Member
    Posted 1 year ago #

    HERE IS THE FIX:

    im using 4.7.5 and got errors if i enabled Search every category name or Search every custom field (metadata).

    the problem is related to a missing open parenthesis in 2 of the functions:
    SE4_search_metadata
    SE4_search_categories.

    to fix this open plugins/search-everything/search_everything.php and search for the text:
    post_status='publish') ";
    change it to:
    (post_status='publish') ";

    fyi: for version 4.7.5 i had to do this on 3 lines 239, 241, and 268.

  4. saphod
    Member
    Posted 1 year ago #

    Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic