Skip to content

Releases: joppuyo/searchwp-finnish-base-forms

v3.2.0

03 Nov 20:12
Compare
Choose a tag to compare
  • Feature: Add pre-built voikkospell binary for Mac systems

v3.1.0

03 Nov 20:15
Compare
Choose a tag to compare
  • 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

v3.0.4

21 Dec 22:35
Compare
Choose a tag to compare
  • Fix: Add handling for “any custom field” special case when generating excerpts

v3.0.3

19 Dec 09:45
Compare
Choose a tag to compare
  • Fix: Cast default excerpt to a string

v3.0.2

18 Dec 23:56
Compare
Choose a tag to compare
  • Fix: Fix base forms not being indexed if Polylang is not installed
  • Fix: Improve HTML encoded text handling in excerpt generation

v3.0.1

18 Dec 13:37
Compare
Choose a tag to compare
  • Fix: Fixed notice if no custom fields have been defined
  • Fix: Fixed error when generating excerpt fallback

v3.0.0

18 Dec 12:12
Compare
Choose a tag to compare
  • Breaking change: Fix typo in function name

v2.4.0

17 Dec 10:03
Compare
Choose a tag to compare
  • Feature: Add function to generate search result excerpts

v2.3.2

15 Dec 20:39
Compare
Choose a tag to compare
  • Fix release zip directory structure

v2.3.1

15 Dec 12:48
Compare
Choose a tag to compare
  • HTML decode content before lemmatization