gee Search Plus extends the WordPress search engine without messing with the database, sorts results by relevance (or date), and more.
- Extend search to Media
- Order results by Relevance or by Date
- Define matching rules: at least one search term (OR query) or require all terms (AND query)
- Define your own highlight style (CSS class: gee-search-highlight)
- i18n ready
- Searches through all the posts, pages and custom post types, by title and content (AND query)
- Extends search to all custom taxonomies, category and tags (AND query)
- Extends search to custom fields (AND query)
- Sorts results by relevance
- Highlights searched terms (optional)
- Removes stopwords from search query
- Integrates the stopwords mechanism with Stella multi-language plugin, by removing the current language stopwords from the search query
Very easy to use and setup! No new database tables or complex configurations. gSearch Plus uses only WordPress' APIs and functions! Simple and Clean!
- Upload the
gsearch-plus
folder to the/wp-content/plugins/
directory - Activate the gSearch Plus plugin through the 'Plugins' menu in WordPress
- Configure the plugin by going to the gSearch Plus menu that appears in your Settings menu
That’s all! We hope that you like our plugin. Suggestions, questions and other feedback are welcome. twitter: @luistinygod
The WordPress gSearch Plus is licensed under the GPL v2 or later.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- GOMO replaces geeThemes brand.
- Tested against WP version 4.6.1
- Fixed: Convert specific stopwords to lowercase on save
- Fixed: Issue when searching on Tags (post_tag taxonomy) - conflict with plugins that inject specific post_types on query_vars without checking if 'any' is already selected.
- Tested up to WP 4.0
- Fix division by zero warning
- Extend search to media
- fix pagination on search results
- Full review for WP 3.7
- Order by relevance or by date
- Allow OR and AND query type
- Highlight class instead of inline styles
- New plugin hooks for better control
- Merge stopwords mechanism with WordPress new native stopwords mechanism
- Prepared for i18n
- Re-named from gSearch to geeSearch ( affected functions, hooks and classes )
- New relevance engine
- Corrected wp_title bug
- Load frontend script on footer
- Default highlight area div#content
- Admin: Replaced color picker - using WP default
- Admin: New setting 'Highlight allowed areas' uses valid jQuery selectors
- jQuery scripts enqueued differently on frontend thus solving Jetpack conflicts
- Revision and testing for WP 3.6
- Optimized queries to reduce needed memory
- Less strict when searching custom fields (LIKE compare)
- Corrects issue regarding spaces in the middle of searched terms
- Corrects issue regarding spaces on beginning and end of the search sentence.
- Minor corrections on jshighlight script
- New features: custom fields search & highlight searched terms.
- Includes two new js: jscolor plugin and jshighlight
- Initial release.
- No multisite compatibility. More to come shortly.
The WordPress gSearch Plus plugin was originally started and is maintained by Luis Godinho and it's part of GOMO portfolio.
The project is open-source and receives contributions from awesome WordPress Developers throughout the world.