Skip to content

swiftype/swiftype-wordpress

Repository files navigation

Elastic Site Search Logo

CircleCI build

The Site Search WordPress Plugin replaces WordPress's default search with a better search engine that is fully customizable via the Site Search dashboard.

Contents


Getting started 🐣

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 :

  1. Enter your Swiftype API key on the first screen.
  2. Name your search engine and optionally choose a language.
  3. 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.

Usage

For additional information on how to use and extend the plugin, please visit the plugin notes page.

FAQ 🔮

Where do I report issues with the plugin?

If something is not working as expected, please open an issue.

Where else can I go to get help?

You can checkout the Site Search Plugin discuss forum.

You can contact our support by sending an email to [email protected].

How to start the development environment

Create the Docker stack

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

Contribute 🚀

We welcome contributors to the project. Before you begin, a couple notes...

License 📗

Apache 2.0 © Elastic

Thank you to all the contributors!