=== Algolia Search ===
Contributors: rayrutjes
Tags: search, better search, algolia search, algolia, faceted search, autocomplete, instant-search, search highlight, as you type search, relevant search, advanced search, typeahead, ajax search, suggest, auto-suggest, custom search, advanced search, search by tag, search by category, search users, search authors
Requires at least: 3.7.14
Tested up to: 4.5.3
License: MIT

Algolia Search plugin for WordPress is a drop in replacement for WordPress search. It also provides an optional "as you type" auto-complete experience.

== Description ==
Search drop in replacement for WordPress shipped with an optional "as you type" auto-complete experience.
Fully extensible by the means of WordPress filters and hooks for building your custom search experience based on Algolia.

* Replace default WordPress search functionality with Algolia. Compatible with every theme.
* Benefit from all of the Algolia features like typo tolerance
* Define your own ranking criterias to make results more relevant for your use case
* Choose what content types (post types, taxonomies, users) should be indexed
* Synchronize content with Algolia when posts/terms/users are removed/added/unpublished/edited.
* Plug & Play auto-complete "as you type" instant search experience.
* Sensible default ranking configuration and data synchronization.
* Let developers easily specify custom ranking.
* Let developers push custom attributes.
* Let developers customize the auto-complete design and behaviour.
* Provides a lot of native WordPress hooks (filters & actions) to let developers build their own search experience.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/algolia` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the Algolia Search plugin through the 'Plugins' screen in WordPress
1. If you have no Algolia account, go get one for free here: [Algolia sign-up page](https://www.algolia.com/users/sign_up)
1. From here you can follow the on-boarding tour to get your search up and running

== Changelog ==

= 0.2.6 =
* Make sure we detect custom post types before loading indices
* Log errors even when logging is turned off
* Add some contextual help in the admin UI

= 0.2.5 =
* Mainly wording adjustments

= 0.2.4 =
* Add 'post_date_formatted' to post records in Algolia

= 0.2.3 =
* Only forward WordPress cookie entries in async calls, resolves most of the queue being stopped issues

= 0.2.2 =
* Fix header size overflow due to cookies that made the queue stop at every few task
* Add a notice on indexing screen if wp_remote_post is not usable
* Log failed credentials validation

= 0.2.1 =
* Allow indexing of custom post types
* Scope logging disabled notice to logs page
* Fix the queue status display on indexing page for simple tasks
* Display notices in admin for every unmet requirement (cURL, mbstring)

= 0.2.0 =
* Implement retry strategy for tasks processing
* Allow to (en|dis)able logging from admin Logs page

= 0.0.1 =
* Initial Stable Release


