Full-Text Search

plugin banner

Replaces site search with full-text search (Japanese support).

Author:Xakuro (profile at wordpress.org)
WordPress version required:5.5
WordPress version tested:6.5
Plugin version:2.14.4
Added to WordPress repository:01-03-2021
Last updated:05-03-2024
Rating, %:100
Rated by:2
Plugin URI:https://xakuro.com/wordpress/
Total downloads:7 100
Active installs:100+
plugin download
Click to start download

Replaces site search with full-text search.

Replace the site search from LIKE search to Japanese full-text search (MySQL + Ngram parser or Mroonga engine + TokenMecab parser). This will significantly improve search performance.

Search for pure strings (plain text) without HTML tags. This will prevent HTML tags from being searched.

The data (index) for searching is stored in a dedicated table. It does not rewrite existing table structures or post data (posts table).

Searches for text in PDF, Word (doc, docx), Excel, and PowerPoint files. Secured PDF file are currently not supported.

It supports WordPress multisite.

Search string options

  • OR (uppercase letter) – Combine searches. Example: foo OR bar
  • - – Exclude words from the search. Example: foo -bar
  • "" – Search for an exact match. Example: “foo bar”
  • * – Search by wildcard. Mroonga only. Example: foo*
  • () – Grouping. Mroonga only. Example: (foo OR bar) baz

Operating environment

Requires MySQL 5.6 or later, or Mroonga engine.

Mroonga engine is strongly recommended. InnoDB engine performs significantly worse with large amounts of data.


Screenshots
ChangeLog