• I’ve been using Search Everything for a while now. I know it have its share of not-solved bugs but I can’t find a better replacement and I just discovered a Fatal Bug today. Search Everything is actually searching and including my posts html codes (For example: let’s say you have an attachment or a photo in your post, now go and try to search for the word Title or Alt or attachment, width, etc..) just check for any word that you have in your code and Search Everything will return it as a result.

    What’s going on!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • A couple of observations:

    1. Overstating the severity of a problem is unlikely to achieve the desired result. This is not a fatal bug (those cause your site to generate 500 Server Error messages), it is at worst a “misfeature”.
    2. You are very exercised over the fact that something you got for free is not to your liking. Even one ! might be a bit much, 3 is clearly over the top.
    3. There is a place specifically set up for reporting problems and requesting features related to this plugin; this is not that place. Go to https://core.sproutventure.com/projects/search-everything.
    4. If you visit sproutventure.com, I strongly recommend moderating your tone, or you are probably going to be ignored.

    @eggroup

    for strange HTML in the results, for now disable the filter:

    edit search-everything.php:

    // Highlight content
    if("Yes" == $this->options['se_use_highlight']) {
     add_filter('the_content', array(&$this,'se_postfilter'), 11);
     //add_filter('the_title', array(&$this,'se_postfilter'), 11);
     add_filter('the_excerpt', array(&$this,'se_postfilter'), 11);
    }
    }

    @hedronist -> this is official wordpress support.

    bye 😀

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Bug: Search Everything include your html codes?’ is closed to new replies.