=== Search by Algolia – Instant & Relevant results ===
Contributors: algolia, rayrutjes
Tags: Search, Algolia, Autocomplete, instant-search, relevant search, search highlight, faceted search, find-as-you-type search, suggest, search by category, ajax search, better search, custom search
Requires at least: 3.7.1
Tested up to: 4.6.1
Stable tag: trunk
License: MIT License, GNU General Public License v2.0

Search by Algolia is the smartest way to improve search on your site. Autocomplete is included, along with full control over look, feel and relevance.

== Description ==

The plugin provides relevant search results in milliseconds, ensuring that your users can find your best posts at the speed of thought. It also comes with native typo-tolerance and is language-agnostic, so that every WordPress user, no matter where they are, can benefit from it.

= Getting started guide =
Once you have installed the plugin, you can follow the step by step guide provided here: https://community.algolia.com/wordpress/configuration.html

= Relevance =
Algolia enhances your search functionality with a completely customizable search experience which can be seamlessly integrated into your Wordpress theme. It lets you create a find-as-you-type experience or an auto-complete dropdown menu, which provides relevant results from the first keystroke. Our extension also automatically synchronizes data (posts, taxonomies etc.) in real-time, making sure that any updates to your site are available as soon as they are made.

= Speed =
Algolia returns results in under 35ms on an average – irrespective of whether you have 100s or 1000s of posts.
Our state-of-the-art infrastructure and distributed search network ensures that your readers benefit from this, no matter where they are.

= Accessibility =
Search by Algolia gives you the ability to make all forms of data – blog posts, categories, users etc. – searchable from a single search bar. Algolia also gives you the ability to completely customize your search results based on criteria that makes sense for your business, such as popularity, date, relevance etc.

= Built by developers for developers =
Search by Algolia is also completely configurable and fully extensible by means of WordPress filters and hooks, letting you build a custom search experience or theme based on Algolia.

Want to see out how we did it?

Check it out here: [Search by Algolia GitHub Repository](https://github.com/algolia/algoliasearch-wordpress)

Join the Algolia community and meet thousands of search enthusiasts. We’re also always on the lookout for feedback: https://community.algolia.com/wordpress

== Frequently Asked Questions ==

= Where can I find Search by Algolia documentation and user guides? =

- For help setting up and configuring Search by Algolia please refer to our [user guide](https://community.algolia.com/wordpress/installation.html)
- For extending or theming the Autocomplete dropdown, see our [Autocomplete Customization guide](https://community.algolia.com/wordpress/customize-autocomplete.html).
- For extending or theming the Instant Search results page, see our [Search Page Customization guide](https://community.algolia.com/wordpress/customize-search-page.html).

= Will Search by Algolia work with my theme? =

Yes; Search by Algolia will work with any theme, but the Instant Search results page may require some styling to make it match nicely.

= Where can I report bugs or contribute to the project? =

Bugs can be reported either in our support forum or preferably on the [Search by Algolia GitHub repository](https://github.com/algolia/algoliasearch-wordpress).

= My issue is not listed here, what should I do? =

Please check out the [Frequently Asked Questions](https://community.algolia.com/wordpress/frequently-asked-questions.html) on our website which might have more information than this thread.
It will also give you guidance about where to ask support if your question is not covered.


== Installation ==

= Minimum Requirements =

* PHP version 5.3 or greater (PHP 5.6 or greater is recommended)
* MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)
* Some payment gateways require fsockopen support (for IPN access)
* Requires WordPress 3.7+ (WordPress 4.4+ is recommended because we will drop support below it in upcoming releases)

Visit the [Search by Algolia server requirements documentation](https://community.algolia.com/wordpress/installation.html) for a detailed list of server requirements.

= Automatic installation =

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of Search by Algolia, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.

In the search field type “Algolia” and click Search Plugins. Once you’ve found our search plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.

= Manual installation =

The manual installation method involves downloading our search plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains [instructions on how to do this here](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).

= Updating =

Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

== Screenshots ==

1. Algolia Settings.
2. Indexing configuration.
3. Instant-search results configuration.
4. Autocomplete dropdown configuration.
5. Autocomplete dropdown example.
6. Instant-search results page example.

== Changelog ==

= 1.2.0 =

* Fix conflicts with plugins also using the PHP `simple_html_dom` library
* Limit the maximum number of log entries to 50 by default
* Fix an issue where empty errors would get logged during queue processing
* Introduce class `.no-autocomplete` to disable autocomplete on search inputs
* Add support for a new constant `ALGOLIA_LOOPBACK_HTTP` that allows forcing HTTP in queue loopback

You can access older changes [here](https://github.com/algolia/algoliasearch-wordpress/blob/master/CHANGELOG.md)

== Upgrade Notice ==

= 1.2.0 =

We fixed some issues in the `templates/autocomplete.php` and `templates/instantsearch.php` files.

If you have copied the templates folder in your theme folder, you should make sure you manually patch the following fixes:

- https://github.com/algolia/algoliasearch-wordpress/pull/305
