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]
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]
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.
Thanks!
This topic has been closed to new replies.