-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
113 lines (80 loc) · 3.2 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
=== SearchWP Finnish Base Forms ===
Contributors: joppuyo
Tags: searchwp, finnish, stem, stemming, lemmatization, lemmatisation
Requires at least: 4.9.4
Tested up to: 4.9.4
Requires PHP: 5.5.9 or greater
License: License: GPLv3 or later
SearchWP plugin to add Finnish base forms in search index
== Description ==
SearchWP plugin to add Finnish base forms in search index. Requires SearchWP 2.5 or later.
== Installation ==
1. Install this plugin into **wp-content/plugins**
2. **Activate** SearchWP Finnish Base Forms from your Plugins page
3. Configure plugin in **Plugins** and **Settings** under **SearchWP Finnish Base Forms**
== Changelog ==
= 3.2.0 =
* Add pre-built voikkospell binary for Mac systems
= 3.1.0 =
* Feature: Make search behavior more accurate and consistent with SearchWP. Rather than always using AND logic, now OR logic is used first instead https://searchwp.com/docs/hooks/searchwp_and_logic/ . This means rather than appending lemmatized words - for example changing search query "koirien kouluttaminen" to "koirien kouluttaminen koira kouluttaa" it is changed to "koira kouluttaa". All base words are still indexed so for example for word "teet", both "tehdä" and "tee" are indexed so they are both found for relevant queries.
* Fix: Fix error that could happen when generating excerpt with less than three character search queries
= 3.0.4 =
* Fix: Add handling for “any custom field” special case when generating excerpts
= 3.0.3 =
* Fix: Cast default excerpt to a string
= 3.0.2 =
* Fix: Fix base forms not being indexed if Polylang is not installed
* Fix: Improve HTML encoded text handling in excerpt generation
= 3.0.1 =
* Fix: Fixed notice if no custom fields have been defined
* Fix: Fixed error when generating excerpt fallback
= 3.0.0 =
* Fix typo in function name
= 2.4.0 =
* Add function to generate search result excerpts
= 2.3.2 =
* Fix release zip directory structure
= 2.3.1 =
* HTML decode content before lemmatization
= 2.3.0 =
* Compatibility with Polylang
* Plugin auto-update functionality
= 2.2.4 =
* Improve plugin structure, unify code with Relevanssi version
= 2.2.3 =
* Smaller binary without debug symbols
= 2.2.2 =
* Fix locale query logic
= 2.2.1 =
* Get UTF-8 locale from system
* Ensure binary has correct permissions
= 2.2.0 =
* Add option to use bundled voikkospell binary on Linux systems
= 2.1.1 =
* Always show split compound words option in settings
= 2.1.0 =
* Add option to split compound words
= 2.0.3 =
* Update release file name and readme
= 2.0.2 =
* Add Travis to build process
= 2.0.1 =
* Fix crash due to missing parameter
= 2.0.0 =
* Move Node.js code into its own repository
= 1.1.2 =
* Index multiple base forms also when using web API
* Change symfony/process version so it can be installed on both PHP 5 and PHP 7
= 1.1.1 =
* Fix issue where sometimes there were too few search results
= 1.1.0 =
* Allow using local voikkospell command line application instead of the Node web API
= 1.0.3 =
* Fix issue with “Add base forms to search query” option
= 1.0.2 =
* Add option to add base forms to search queries entered by users
* Normalize API URL trailing slash
= 1.0.1 =
* Allow using local plugin Composer or global Bedrock Composer
= 1.0.0 =
* Initial release