Skip to content

juliantroeps/search-everything-fork

Repository files navigation

Search Everything Fork

An updated fork of the Search Everything WordPress Plugin.

Originaly developed by @dancameron and @sproutventure, and later maintained and further developed by Zemanta.

Description

Search Everything improves WordPress default search functionality without modifying any of the template pages. You can configure it to search pages, excerpts, attachments, drafts, comments, tags and custom fields (metadata) and you can specify your own search highlight style. It also offers the ability to exclude specific pages and posts. It does not search password-protected content. Simply install, configure... and search.

Search Everything plugin now includes a writing helper called Research Everything that lets you search for your posts and link to them while writing. You can also enable Power Search to research posts from the wider web (for WP3.7 and above).

Changelog

8.3.2

  • Updated plugin meta

8.3.1

  • Fixes undefiend $wp_version error
  • and more

8.3.0

  • More formatting and cleanup
  • Bugfixes

Previous Changelog

8.2.2

  • this fixes the notice "Trying to access array offset on value of type bool" in newer php versions
  • options page cleanup
  • bumped version
  • Formatting

8.2.1

  • This fixes a problem where $terms with no elements led to broken SQL code. This is the case in a WordPress installation with woocommerce plugin installed. Searching for orders led to broken SQL code because apparently the $terms array contains no elements in this case.

8.2

  • Removed external search because Zemata API doesn't seem to be available anymore which caused a fatal error on post publish

8.1.10

  • Fixed create_function deprecation error

8.1.9

  • Fixed a search issue that caused all results to be returned regardless of the options.

8.1.8

  • Fixed a migration/update issue

8.1.7

  • Compatibility with WordPress 4.7
  • Security update: resolve SQL injection vunerability related to WP 4.7

8.1.6

  • Security update: filtering out empty search strings that could enable sql injections

8.1.5

  • Compatibility with PHP 7
  • Bypassing highlighting in dashboard searches

8.1.4

  • Removed unnecessary styles on frontend
  • Fixed php notice showing up sometimes
  • Czech language added

8.1.3

  • Support for multitag search

8.1.2

  • CSS bugfix

8.1.1

  • Security update (CSRF vunerability fix)
  • Added form validation to Options page

8.1

  • Fixed link search bug
  • Fixed bug of limiting number of results in Research Everything
  • Improved code robustness
  • Fixed translation system
  • Fixed upgrade bug
  • Renamed methods with too generic names
  • Fixed admin notices - they're only visible to admins now

8.0

  • Added research widget on compose screen
  • Reorganized settings
  • Security updates

7.0.4

  • Urgent bugfix - changed migration script

7.0.3

  • Fixed vulnerability issue in se_search_default and started escaping terms
  • Refactored code, extracted html from PHP code
  • Added support for ajax call

7.0.2

  • Added config file with installation and migration functions
  • Refactored code, removed Yes options
  • Replaced deprecated functions