توضیحات
This plugin provides fast and rich full text search features based on Mroonga. Mroonga is a MySQL/MariaDB plugin. You don’t need to introduce a new server only for full text search. You can use existing MySQL/MariaDB server. It reduces maintainance cost.
Here are features:
- Fast full text search
- Google like query syntax such as
(KEYWORD1 OR KEYWORD2) -KEYWORD3 - Sort by relevance
Here are features to be implemented:
- Keyword highlight
- Snippet
- Related posts
- Auto complete
- Synonym
- …
نصب
This section describes how to install the plugin and get it working.
- Install Mroonga to your MySQL/MariaDB
- Upload the plugin files to the
/wp-content/plugins/mroongadirectory, or install the plugin through the WordPress plugins screen directly - Activate the plugin through the ‘Plugins’ screen in WordPress
Now, the search box uses Mroonga’s full text search features instead of the default LIKE based full text search.
سوالات متداول
- QUESTION PLACEHOLDER
-
ANSWER PLACEHOLDER
نقد و بررسیها
نقد و بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“Mroonga” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگان“Mroonga” به 1 زبان ترجمه شده است. با تشکر از مترجمین برای همکاری و کمکهایشان.
علاقه مند به توسعه هستید؟
کد را مرور کنید, را بررسی کنید مخزن SVN, یا مشترک شوید گزارش توسعه توسط RSS.
گزارش تغییرات
0.1.1 – 2018-02-09
-
Stopped to index needless contents.
[GitHub#2][Patch by Yuya Tajima] -
Added Japanese error messages.
[GitHub#2][Patch by Yuya Tajima]
0.1.0 – 2017-08-16
- Initial release.