From 67b3478d6949906a6616570a123ffd4f019ecc57 Mon Sep 17 00:00:00 2001 From: Johannes Siipola Date: Wed, 2 Oct 2019 19:08:53 +0300 Subject: [PATCH] Release v3.1.0 --- readme.txt | 4 ++++ searchwp-finnish-base-forms.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index eea1359..8e3aa0d 100644 --- a/readme.txt +++ b/readme.txt @@ -18,6 +18,10 @@ SearchWP plugin to add Finnish base forms in search index. Requires SearchWP 2.5 == Changelog == += 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 diff --git a/searchwp-finnish-base-forms.php b/searchwp-finnish-base-forms.php index 088bfa1..2ed5925 100755 --- a/searchwp-finnish-base-forms.php +++ b/searchwp-finnish-base-forms.php @@ -3,7 +3,7 @@ Plugin Name: SearchWP Finnish Base Forms Plugin URI: https://github.com/joppuyo/searchwp-finnish-base-forms Description: SearchWP plugin to add Finnish base forms in search index -Version: 3.0.4 +Version: 3.1.0 Author: Johannes Siipola Author URI: https://siipo.la Text Domain: searchwp-finnish-base-forms