is_is
Forum Replies Created
-
Forum: Plugins
In reply to: [Search Everything] Notice: Undefined index: se_research_metaboxThanks, good to hear that.
Keep up the good work!Forum: Plugins
In reply to: [Search Everything] Notice: Undefined index: se_research_metaboxHere is the example in a more readable format:
http://pastebin.com/DdUScfpQForum: Plugins
In reply to: [Search Everything] Notice: Undefined index: se_research_metaboxHi Silvo!
Thanks for your reply.
The problem came up in my local development environment. which I don’t have public URL.
BUT I might have found the problem.
After I updated some Search Everything options, the Notices disappeared.
My guess is that some new options were missing from the database and after I updated the settings all the new options were inserted into the DB.While I changed the settings I found another bug.
If I set the Highlight Search Terms on, some of the result headings break.
That’s because the keyword is also found in the title attribute of the anchor tag.Here is an example of the title without Highlight Search Terms:
<h2 class=”entry-title”>
Olympia
</h2>And this is what it looks like with Highlight Search Terms:
<h2 class=”entry-title”>
Olympia” href=”http://aj.localhost/olympia/”><span class=”search-everything-highlight” style=””>Olympia</span>
</h2>I think the class=” search-everything-highlight” should not be added to keywords found inside the html attributes.
Thanks,
Si