=== XrelY Autocomplete ===
Contributors: Jugal43
Donate link: 
Tags: autocomplete, search autocomplete, auto correction, search assistance
Requires at least: 3.5.1
Tested up to: 4.2
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

XrelY's Autocomplete plugin empowers your site search by provideing autocorrection and reach autocomplete feature.

== Description ==

<a href="http://autocomplete.xrely.com">XrelY's Autocomplete</a> is the search solution for web sites.  

<p><strong>Features:-</strong></p>
* Instant & On the fly serach input correction.
* Empower your site search by xrely autocomplete.
* Customize search drop down design as per your choice.
* Rich autocomplete.
* Supports Woocommerce product attributes.

== Installation ==

1. Upload plugin zip content to `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==

= How to add my own custom css for drop down list? =

Include the css for the drop down list.
e.g.

`
.autocomplete-suggestions{
	background-color : white;
}
.autocomplete-suggestion:hover{
	color : red;
}
`

== Screenshots ==

1. Create account and Get API key <a href="http://autocomplete.xrely.com/Account/register" >Click to register first</a>
1. Configure your autocomplete data.
1. Design your autocomplete as per theme of your website

== Changelog ==

= 1.0 =
* Initial release for basic features.

== Upgrade Notice ==

= 0.5 =
Initial release for public use.