Skip to content

Releases: mia3/saku

Remove Elastic Search Adapter

14 Oct 07:08
8972e1e
Compare
Choose a tag to compare

New Major-Release because the support for the Elastic-Search was dropped.

Bugfix: treat whitespace replacement as unicode string

14 Feb 15:07
Compare
Choose a tag to compare

1.1.6

09 Oct 09:41
Compare
Choose a tag to compare
decode html entities before cutting

1.1.5

09 May 12:30
Compare
Choose a tag to compare
fix multibyte issue in SearchWordHighlighter

1.1.4: Fix: broken prepare statement in MySqlAdapter for MySql > 5.7

06 Apr 15:04
Compare
Choose a tag to compare
MySql introduced a sql mode called only_full_group_by which broke
the prepare statement method. This is a workaround to be backwards
compatible.

1.1.3

23 May 09:06
Compare
Choose a tag to compare
fix a bug on index update

1.1.2

17 May 20:02
Compare
Choose a tag to compare
add setnames

1.1.1

16 May 14:19
Compare
Choose a tag to compare
some bugfixes

1.1.0

14 May 11:48
Compare
Choose a tag to compare
add indexName

1.0.3

05 Apr 08:32
Compare
Choose a tag to compare
improve SearchWordHighlighter