Forums

Search Everything
Fatal Bug: Search Everything include your html codes? (3 posts)

  1. eggroup
    Member
    Posted 1 year ago #

    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!!!

  2. hedronist
    Member
    Posted 1 year ago #

    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.
  3. djferik
    Member
    Posted 5 months ago #

    @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 :D

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic