petericebear / swiftype-wordpress

Elastic Site Search (Swiftype) Wordpress Plugin for full-text search

Home Page:https://swiftype.com/solutions/wordpress-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 support@swiftype.com.

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!

About

Elastic Site Search (Swiftype) Wordpress Plugin for full-text search

https://swiftype.com/solutions/wordpress-search

License:Apache License 2.0


Languages

Language:JavaScript 72.0%Language:PHP 23.5%Language:CSS 2.8%Language:Shell 1.7%Language:Hack 0.0%