Beschreibung
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).
Suche nach Text in PDF-, Word- (doc, docx), Excel- und PowerPoint-Dateien. Geschützte PDF-Dateien werden bislang nicht unterstützt.
Es unterstützt WordPress-Multisite.
Such-Zeichenfolgen-Optionen
OR(uppercase letter) – Combine searches. Example: foo OR bar-– Wörter von der Suche ausschließen. Beispiel: foo -bar""– Suche nach exakten Treffern. Beispiel: „foo bar“*– Suche mit Platzhalter. Nur mit Mroonga. Beispiel: foo*()– Gruppering. Nur mit Mroonga. Beispiel: (foo OR bar) baz
Operating environment
Erfordert MySQL 5.6 oder höher, oder Mroonga-Engine.
Mroonga engine is strongly recommended. InnoDB engine performs significantly worse with large amounts of data.
Installation
- Lade den Ordner
full-text-searchins Verzeichnis/wp-content/plugins/hoch. - Aktiviere das Plugin über das Menü „Plugins“ in WordPress.
Rezensionen
Mitwirkende und Entwickler
„Full-Text Search“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„Full-Text Search“ wurde in 3 Sprachen übersetzt. Danke an die Übersetzenden für ihre Mitwirkung.
Übersetze „Full-Text Search“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
2.14.7
- Supported WordPress version 6.7.
- Updated PDF Parser library to 2.12.0.
2.14.6
- Updated PDF Parser library to 2.11.0.
2.14.5
- Updated PDF Parser library to 2.10.0.
2.14.4
- Fixed compatibility issues with other plugins.
2.14.3
- Unterstützte WordPress-Version 6.5 und MySQL-Version 8.3.
- Updated PDF Parser library to 2.9.0.
2.14.2
- Updated PDF Parser library to 2.8.0.
2.14.1
- Fixed an error when extracting text from PDF files.
2.14.0
- Added option to use mark.js to highlight search keywords.
- Adhered WordPress coding standards 3.0.1.
2.13.0
- Unterstützte WordPress-Version 6.4.
- Updated WordPress version requirements to 5.5.
2.12.4
- Fixed a bug in highlighting search keywords.
- Changed the name of „Reusable Block“ to „Synced Pattern“.
2.12.3
- Fixed a bug that characters on the management screen were sometimes garbled.
2.12.2
- Updated PDF Parser library to 2.7.0.
2.12.1
- Replaced composer autoloader with Jetpack autoloader.
2.12.0
- Updated PDF Parser library to 2.4.0.
- Code refactoring to meet WordPress PHP Coding Standards.




