Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ node_modules
tests
tmp
/vendor
/wordpress-testground
Binary file added 19822348.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

=== 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.
153 changes: 0 additions & 153 deletions README.txt

This file was deleted.

137 changes: 0 additions & 137 deletions algolia.php

This file was deleted.

Binary file removed assets/banner-1544x500.png
Binary file not shown.
Binary file removed assets/banner-772x250.png
Binary file not shown.
Binary file removed assets/icon-128x128.png
Binary file not shown.
Binary file removed assets/icon-256x256.png
Binary file not shown.
Binary file removed assets/screenshot-1.png
Binary file not shown.
Binary file removed assets/screenshot-2.png
Binary file not shown.
Binary file removed assets/screenshot-3.png
Binary file not shown.
Binary file removed assets/screenshot-4.png
Binary file not shown.
Binary file removed assets/screenshot-5.png
Binary file not shown.
Loading