-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathreadme.txt
82 lines (54 loc) · 2.14 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
=== Mroonga ===
Contributors: komainu8, ktou
Tags: full-text-search
Requires at least: 4.8.1
Tested up to: 4.9.4
Stable tag: 4.8.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Fast and rich full text search features for WordPress!
== Description ==
This plugin provides fast and rich full text search features based on [Mroonga](http://mroonga.org/). 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
* ...
== Installation ==
This section describes how to install the plugin and get it working.
1. [Install Mroonga](http://mroonga.org/docs/install.html) to your MySQL/MariaDB
1. Upload the plugin files to the `/wp-content/plugins/mroonga` directory, or install the plugin through the WordPress plugins screen directly
1. Activate the plugin through the 'Plugins' screen in WordPress
<!-- 1. Use the Settings->Mroonga screen to configure the plugin -->
Now, the search box uses Mroonga's full text search features instead of the default `LIKE` based full text search.
== Frequently Asked Questions ==
= QUESTION PLACEHOLDER =
ANSWER PLACEHOLDER
== Screenshots ==
Not yet.
<!--
1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
(or jpg, jpeg, gif).
2. This is the second screen shot
-->
== Changelog ==
= 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.
== Upgrade Notice ==
= 0.1.1 =
None.
= 0.1.0 =
None.