=== NK Search - WP Simple Search with Auto Suggestion ===
Contributors: nandakrishnan
Tags: live,search,auto-suggestions,search-form,wp-simple-search
Requires at least: 4.0
Tested up to: 5.4.2
Requires PHP: 5.6
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Custom WordPress Search Field with Auto suggestion.

It can be used for custom post types.

== Description ==
NK Search
Simple WordPress Search Form with Auto Suggestions

Use Short-codes to render the search form in your website

[nks]
[nks post_type="post-type or post-types separated with comma"]
[nks post_type="post-type or post-types separated with comma" class="custom-class"]
[nks post_type="post-type or post-types separated with comma" class="custom-class" placeholder="placeholder-text"]
[nks post_type="post-type or post-types separated with comma" class="custom-class" placeholder="placeholder-text" count="posts-count"]

It supports 
1. Custom post types
2. Custom classes
3. Transients to cache frequent search results

== Installation ==
1. Upload "plugin" to the "/wp-content/plugins/" directory.
2. Activate the plugin through the "Plugins" menu in WordPress.

== Frequently Asked Questions ==
= What all are short-codes for implementation? =
[nks]
[nks post_type="post-type or post-types separated with comma"]
[nks post_type="post-type or post-types separated with comma" class="custom-class"]
[nks post_type="post-type or post-types separated with comma" class="custom-class" placeholder="placeholder-text"]
[nks post_type="post-type or post-types separated with comma" class="custom-class" placeholder="placeholder-text" count="posts-count"]

== Changelog ==
= 1.0.0 =
* Initial release.

== Upgrade Notice ==
= 1.0.0 =
Initial Release
