=== WP Search with Typesense ===
How to install and use the plugin
- Make sure your Typesense server is up an running.
- Install WordPress in your system.
- Navigate to the plugins folder inside WordPress. Clone this repository in the folder.
- Now the plugin is ready to use.
- Open your WordPress dashboard and navigate to the Plugins menu. You would find “WP Search with Typesense” added to the list of plugins. Activate the plugin.
- A new menu for Typesense pops up in the dashboard.
- Click the menu and navigate to “Settings” submenu.
- Enter your Typesense API key and the server host and port where the Typesense server is running.
- Navigate to the “Autocomplete” submenu.
- Hit the reindex button for Posts and Categories to index all your existing data into Typesense.
- Hurrah!!Now you can open your blog page and search for posts to get the blazing fast search experience from Typesense.
- You can also create, update or delete posts and categories as you would always do in WordPress. The plugin takes care to update the changes in the Typesense server.
= 1.0.0 =
- Initial release.