• Resolved saphod

    (@saphod)


    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]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Saphod, the fix is here.

    Best regards,
    Vladimir

    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.

    Thread Starter saphod

    (@saphod)

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Search Everything] Search Every Category Name Not Working’ is closed to new replies.