All Projects → swiftype → swiftype-wordpress

swiftype / swiftype-wordpress

Licence: Apache-2.0 license
Elastic Site Search (Swiftype) Wordpress Plugin for full-text search

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to swiftype-wordpress

app-search-magento
A first party module to integrate Elastic App Search in Magento 2.
Stars: ✭ 25 (-3.85%)
Mutual labels:  elastic, swiftype
app-search-javascript
Elastic App Search Official JavaScript Client
Stars: ✭ 56 (+115.38%)
Mutual labels:  elastic, swiftype
app-search-python
Elastic App Search Official Python Client
Stars: ✭ 34 (+30.77%)
Mutual labels:  elastic, swiftype
commons-booking
Wordpress plugin for managing and booking of common goods. New Version 2: https://github.com/wielebenwir/commonsbooking
Stars: ✭ 24 (-7.69%)
Mutual labels:  wordpress-plugin
WaveProp in MATLAB
Single-file implementations of 2D and 3D acoustic and elastic wave propagation in time domain using finite-differences(FDTD). Simple formulation and implementation
Stars: ✭ 39 (+50%)
Mutual labels:  elastic
wp-team-list
👨‍👩‍👧‍👧 A WordPress plugin to display your teammates (users) anywhere on your WordPress site.
Stars: ✭ 15 (-42.31%)
Mutual labels:  wordpress-plugin
wordpress-importer
The WordPress Importer
Stars: ✭ 61 (+134.62%)
Mutual labels:  wordpress-plugin
import-products-from-gsheet-for-woo-importer
Import products from Google spreadsheet by standard woocommerce import.
Stars: ✭ 16 (-38.46%)
Mutual labels:  wordpress-plugin
WordPress-Starter-Plugin
A well documented starter plugin for quick WordPress plugin development.
Stars: ✭ 21 (-19.23%)
Mutual labels:  wordpress-plugin
wp-serverinfo
Display your host's PHP, MYSQL & memcached (if installed) information on your WordPress dashboard.
Stars: ✭ 15 (-42.31%)
Mutual labels:  wordpress-plugin
Registrations-for-WooCommerce
Add a registration product type to your WooCommerce installation.
Stars: ✭ 38 (+46.15%)
Mutual labels:  wordpress-plugin
wm-settings
Based on the WordPress Settings API, this class generates options pages. It supports all basic input types, selects and all, but also media uploads, which is quite neat.
Stars: ✭ 21 (-19.23%)
Mutual labels:  wordpress-plugin
DigiPass
DigiPass (Paywall) WordPress plugin
Stars: ✭ 11 (-57.69%)
Mutual labels:  wordpress-plugin
Post-Series
a wordpress plugin for post series support
Stars: ✭ 16 (-38.46%)
Mutual labels:  wordpress-plugin
geoip
WordPress Plugin: WP Engine GeoTarget
Stars: ✭ 46 (+76.92%)
Mutual labels:  wordpress-plugin
repeater2-for-gravity-forms
A Gravity Forms add-on that allows specified groups of fields to be repeated by the user.
Stars: ✭ 19 (-26.92%)
Mutual labels:  wordpress-plugin
ozh-tweet-archiver
Ozh' Tweet Archiver - Import and archive your tweets in WordPress
Stars: ✭ 29 (+11.54%)
Mutual labels:  wordpress-plugin
pods-beaver-builder-themer-add-on
Integration of Beaver Themer plugin for WordPress (https://pods.io/beaver-themer/)
Stars: ✭ 37 (+42.31%)
Mutual labels:  wordpress-plugin
static-404
⚡️ A WordPress plugin to quickly send a 404 for missing static files
Stars: ✭ 24 (-7.69%)
Mutual labels:  wordpress-plugin
dudestack
A toolkit for creating a new professional WordPress project with deployments. Originally based on Roots/bedrock.
Stars: ✭ 82 (+215.38%)
Mutual labels:  wordpress-plugin

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].