• Hi, did somebody find solution and why this search-everything plugin not work with custom taxonomy and tags.. in option you can chose all tags and custom taxonomy but when I go with search I just get nothing

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dados

    (@dados)

    Hi to all I found solution and now its work great! Use this link to get this work
    http://core.sproutventure.com/issues/2382

    and if you have multiple custome taxonomies use this solution
    http://core.sproutventure.com/issues/1118

    find where is say

    I'm running Search Everything 6.6 and after a lot of research I ended up replacing this line:
    
    $where = str_replace( ")))", ")$searchQuery))", $where );
    
    By this other:
    $where = str_replace( ")) ", ")$searchQuery) ", $where );

    Hi there, this doesn’t seem to be working for me.
    I’m still not getting results for custom taxonomies. please help…

    Okay, I think i’m making some progress.

    the ON Clause (i think its produced in line 762) seems to join an empty taxonomy table. Which subsequently joins an empty terms table

    My investigations suggest that this problem is what’s causing the query from return terms (in custom taxonomies).

    For now, I just replaced line 760 with $on = ''; and also removed the AND before trel.term_taxonomy_id = ttax.term_taxonomy_id) on line 763 and it worked like a charm.

    the problem now, is that if my search term is more than 1 work it doesn’t return any values… but that’s for another post I suppose

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘(search everything) – custom taxonomy tags’ is closed to new replies.