| 开发者 | wpmarkets |
|---|---|
| 更新时间 | 2026年8月20日 18:10 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
LIKE search cannot use database indexes, and on a catalogue of a few thousand products that is noticeable even on good hosting.
The index is compact — one row per "word + post" pair. New and edited posts are indexed automatically; a full rebuild is only needed after changing the settings or after a bulk content edit, and it runs in batches so it does not hit the PHP time limit.
Nothing has to be changed in your theme: the plugin replaces the results of the standard WordPress search, so your theme template, pagination and everything else keep working.
Privacy
The plugin sends nothing anywhere. It makes no external requests and stores all data in your own database. The query log records the search text, the number of results and the date — no IP addresses and no visitor identifiers.
No. The plugin substitutes its own results into the regular WordPress search, and your theme renders them as before.
The index is built in batches, and the search itself runs against the indexed table instead of scanning posts. Indexing thousands of products takes time once; after that posts are updated one at a time.
Yes. Products are searched alongside posts, including their categories, tags and SKU if you point the plugin at that custom field.
No. That requires parsing the files themselves, and we did not want to do it half-heartedly.
The algorithm does not know parts of speech and can be wrong on rare words. For those cases there is the poiskovich_stem_exceptions filter, where you can add your own "word → stem" pair.
Russian morphology is what this plugin is built for. English and other languages are searched by exact word match, the same way WordPress does it.