Ersetzt die Website-Suche mit einer Volltextsuche.
Bewertungen
5
Zuletzt aktualisiert
April 30, 2024
Version
2.14.5
Aktive Installationen
200
Full-Text Search

Ersetzt die Website-Suche mit einer Volltextsuche.

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.

Kostenlosmit dem Creator-Tarif
Mit deiner Installation stimmst du den Geschäftsbedingungen von WordPress.com sowie den Bedingungen für Drittanbieter-Plugins zu.
Aktive Installationen
200
Getestet bis
6.5.5
Dieses Plugin steht zum Download zur Verfügung, um in deiner selbst gehosteten WordPress-Installation verwendet zu werden.