Linux 软件免费装

REST API for Relevanssi

开发者 dzysyak
更新时间 2023年5月15日 06:03
PHP版本: 5.6 及以上
WordPress版本: 6.2
版权: GPLv2
版权网址: 版权信息

标签

search api rest api relevanssi

下载

详情介绍:

This plugin provides simple REST API for the popular search WordPress search engine - Relevanssi. As far as this plugin provides API for the Relevanssi plugin, it should be installed. Key features Brief usage examples Define post type: Filter by taxonomy/taxonomies: Exclude category via taxonomies: For multilingual websites (WPML & Polylang): Demo website You can try the plugin on our demo website http://demo.erlycoder.com/demo1/. For example, you can try the following request: Basic: http://demo.erlycoder.com/demo1/wp-json/relevanssi/v1/search?keyword=test Order posts by modification time: http://demo.erlycoder.com/demo1/wp-json/relevanssi/v1/search?keyword=test&type=post&orderby=modified&order=DESC http://demo.erlycoder.com/demo1/wp-json/relevanssi/v1/search?keyword=test&type=post&orderby=modified&order=ASC Filter posts by taxonomy (one single category): http://demo.erlycoder.com/demo1/wp-json/relevanssi/v1/search?keyword=test&tax_query[0][taxonomy]=category&tax_query[0][field]=id&tax_query[0][terms]=3 Filter posts by taxonomy (exclude category): http://demo.erlycoder.com/demo1/wp-json/relevanssi/v1/search?keyword=test&tax_query[0][taxonomy]=category&tax_query[0][field]=id&tax_query[0][terms]=3&tax_query[0][operator]=NOT IN

安装:

  1. Ensure that Relevanssi plugin is installed
  2. Sign in to the admin area of your WordPress website.
  3. Go to the “Plugins” section.
  4. Click “Add new” and search for “REST API for Relevanssi”.
  5. Install the plugin.
Alternative way #1
  1. Ensure that Relevanssi plugin is installed
  2. Download REST API for Relevanssi plugin from the WordPress plugin diretcory.
  3. Go to Plugins > Add New > Upload and select the ZIP file you just downloaded. Click Install Now, and then Activate.
  4. Activate the plugin through the 'Plugins' screen in WordPress
  5. Plugin does not require any further configuration
Alternative way #2
  1. Ensure that Relevanssi plugin is installed
  2. Download REST API for Relevanssi plugin from the WordPress plugin diretcory.
  3. Upload the plugin files to the /wp-content/plugins/rest-api-for-relevanssi directory, or install the plugin through the WordPress plugins screen directly.
  4. Activate the plugin through the 'Plugins' screen in WordPress
  5. Plugin does not require any further configuration

常见问题:

Knowledge base

You can find answers and solutions in our Knowledge base.

Can I suggest a feature or report a bug?

Yes, you can submit your request on our Contact page.

更新日志:

1.17 1.16 1.15 1.14 1.12 1.11 1.10 1.9 1.8 1.7 1.6 1.5 1.0