The Site Search WordPress Plugin replaces WordPress's default search with a better search engine that is fully customizable via the Site Search dashboard.
It is recommended that you install the plugin from the Wordpress Plugin Management screen of your Wordpress install (Plugins -> Add New);
Once the plugin is installed and enabled, you will see a new Site Search entry in the admin menu. Go to this entry to configure the Site Search plugins :
- Enter your Swiftype API key on the first screen.
- Name your search engine and optionally choose a language.
- Build your search index by clicking the "Synchronize" button.
Note :
- Using this plugin assumes that you have already created a Site Search account. If you do not have one, signup for a free 14 day trial.
- If you already have an account, you will need your API Key in order to configure the plugin. You can find it in on top of the Site Search Account Settings screen on the Site Search site.
For additional information on how to use and extend the plugin, please visit the plugin notes page.
If something is not working as expected, please open an issue.
You can checkout the Site Search Plugin discuss forum.
You can contact our support by sending an email to [email protected].
You can create a docker stack using:
docker stack deploy -c stack.yml wordpress-dev
Alternatively, you can use docker-compose instead of stack:
docker-compose -f stack.yml up
Your wordpress dev instance will boot up and be available at http://localhost:8080.
To enter the wordpress container, you can use the followin command:
docker exec -it $(docker ps -a -f label=com.docker.stack.namespace=wordpress-dev -f expose=80/tcp --format "{{.ID}}") /bin/bash
We welcome contributors to the project. Before you begin, a couple notes...
- Before opening a pull request, please create an issue to discuss the scope of your proposal.
- Please write simple code and concise documentation, when appropriate.
Thank you to all the contributors!