Skip to content

Commit

Permalink
Tagged v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed May 5, 2018
1 parent 3eb53c1 commit ff8a4a0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 41 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ __Requires:__ 4.0

__Tested up to:__ 4.9

__License:__ [GPL-2.0+](http://www.gnu.org/licenses/gpl-2.0.html)
__License:__ [GPL-2.0+](https://www.gnu.org/licenses/gpl-2.0.html)

__Plugin page:__ [Better Search](https://webberzone.com/plugins/better-search/)
__Plugin page:__ [Better Search](https://webberzone.com/plugins/better-search/) | [WordPress.org plugin page](https://wordpress.org/plugins/better-search/)

Better Search replaces the default WordPress search with a better search that gives contextual results sorted by relevance
Better Search replaces the default WordPress search with a better search engine that gives contextual results sorted by relevance

## Description

Expand All @@ -23,6 +23,8 @@ Better Search can search through not just posts, but also pages and other custom

The plugin is packed with options to allow you to easily customise the output. You can also fine tune the results by assigning a greater weight to either the title or the content. The default mode is a seamless integration with your WordPress theme. And, for power users, Better Search supports templates for that extra something.

And for even more advanced users, Better Search is packed with filters and actions that allow you to easily extend the plugin's feature set.

Additionally, the plugin also tracks the searches and you to display a "search heatmap" of the most popular searches. Support for WordPress widgets will allow you to easily add this heatmap to your theme's sidebar or footer.

### Features
Expand All @@ -42,7 +44,7 @@ Additionally, the plugin also tracks the searches and you to display a "search h
![General Options](https://raw.github.com/ajaydsouza/better-search/master/assets/screenshot-1.png)
_Better Search settings page - General Options._

For more screenshots visit the [WordPress.org screenshots page](http://wordpress.org/plugins/better-search/screenshots/)
For more screenshots visit the [WordPress.org screenshots page](https://wordpress.org/plugins/better-search/screenshots/)

## Installation

Expand All @@ -68,6 +70,6 @@ Alternatively, search for **Better Search** from Plugins » Add New within

## Frequently Asked Questions

Check out the [FAQ on the plugin page](http://wordpress.org/plugins/better-search/faq/) for a detailed list of questions and answers
Check out the [FAQ on the plugin page](https://wordpress.org/plugins/better-search/faq/) for a detailed list of questions and answers

If your question isn't listed there, please create a new post in the [WordPress.org support forum](http://wordpress.org/support/plugin/better-search). I monitor the forums on an ongoing basis. If you're looking for more advanced _paid_ support, please see [details here](https://webberzone.com/support/).
If your question isn't listed there, please create a new post in the [WordPress.org support forum](https://wordpress.org/support/plugin/better-search). I monitor the forums regularly. If you're looking for more advanced _paid_ support, please see [details here](https://webberzone.com/support/).
2 changes: 1 addition & 1 deletion better-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Better Search
* Plugin URI: https://webberzone.com/plugins/better-search/
* Description: Replace the default WordPress search with a contextual search. Search results are sorted by relevancy ensuring a better visitor search experience.
* Version: 2.2.0-beta2
* Version: 2.2.0
* Author: Ajay D'Souza
* Author URI: https://webberzone.com/
* Text Domain: better-search
Expand Down
42 changes: 8 additions & 34 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Tested up to: 4.9
License: GPLv2 or later


Better Search replaces the default WordPress search with a better search that gives contextual results sorted by relevance
Better Search replaces the default WordPress search with a better search engine that gives contextual results sorted by relevance

== Description ==

Expand All @@ -18,6 +18,8 @@ Better Search can search through not just posts, but also pages and other custom

The plugin is packed with options to allow you to easily customise the output. You can also fine tune the results by assigning a greater weight to either the title or the content. The default mode is a seamless integration with your WordPress theme. And, for power users, Better Search supports templates for that extra something.

And for even more advanced users, Better Search is packed with filters and actions that allow you to easily extend the plugin's feature set.

Additionally, the plugin also tracks the searches and you to display a "search heatmap" of the most popular searches. Support for WordPress widgets will allow you to easily add this heatmap to your theme's sidebar or footer.

= Features =
Expand Down Expand Up @@ -72,7 +74,7 @@ So, if you've got some cool feature that you'd like to implement into the plugin

== Frequently Asked Questions ==

If your question isn't listed there, please create a new post in the [WordPress.org support forum](http://wordpress.org/support/plugin/better-search). I monitor the forums on an ongoing basis. If you're looking for more advanced _paid_ support, please see [details here](https://webberzone.com/support/).
If your question isn't listed there, please create a new post in the [WordPress.org support forum](https://wordpress.org/support/plugin/better-search). I monitor the forums regularly. If you're looking for more advanced _paid_ support, please see [details here](https://webberzone.com/support/).

= Can I customize the output? =

Expand All @@ -82,38 +84,11 @@ The plugin also supports the use of template files within your theme. You can cr

= My search words are getting filtered or *How does the profanity filter work* =

Better Search includes a very cool profanity filter using the script from <a href-"http://banbuilder.com/">Banbuilder</a>. You can customise which list of words you want to filter out from the Better Search settings page. Find the setting called "Filter these words:". The plugin will automatically strip out both partial and complete references of these words.
Better Search includes a very cool profanity filter using the script from [Banbuilder](https://banbuilder.com/). You can customise which list of words you want to filter out from the Better Search settings page. Find the setting called "Filter these words:". The plugin will automatically strip out both partial and complete references of these words.
You can turn the filter off by emptying the list.

Know of a better profanity filter? Suggest one in the [forums](http://wordpress.org/support/plugin/better-search).

= Functions =

**get_bsearch_heatmap**

Returns a formatted heatmap of popular searches. You can use this function in your search template or anywhere in your WordPress theme pages.

Example Usage:
Know of a better profanity filter? Suggest one in the [forums](https://wordpress.org/support/plugin/better-search).

`
<?php if function_exists( 'get_bsearch_heatmap' ) {
$args = array(
'daily' => FALSE,
'smallest' => '10', // Heatmap - Smallest Font Size
'largest' => '20', // Heatmap - Largest Font Size
'unit' => 'pt', // Heatmap - We'll use pt for font size
'cold' => 'ccc', // Heatmap - cold searches
'hot' => '000', // Heatmap - hot searches
'before' => '', // Heatmap - Display before each search term
'after' => '&nbsp;', // Heatmap - Display after each search term
'heatmap_limit' => '30', // Heatmap - Maximum number of searches to display in heatmap
'daily_range' => '7', // Daily Popular will contain posts of how many days?
);

echo get_bsearch_heatmap( $args );
}

`

== Changelog ==

Expand Down Expand Up @@ -181,7 +156,6 @@ For previous changelog entries, please refer to the separate changelog.txt file

== Upgrade Notice ==

= 2.1.0 =
* New features and bug fixes. Upgrade highly recommended. Please do verify your settings after the upgrade.
Check the Changelog for details
= 2.2.0 =
* New settings interface. Please verify settings on upgrade. For details on the update check the changelog and release post on https://webberzone.com

0 comments on commit ff8a4a0

Please sign in to comment.