6 Sep
2018
6 Sep
'18
10:55 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893 --- Comment #87 from Ere Maijala <ere.maijala@helsinki.fi> --- Concatenation with space is pretty important to make phrase and proximity searches, sorting, ranking etc. work properly. It's not the same to have a field with ['first', 'second', 'third'] as ['first second third'] since by default in the first case the terms are considered to be a 100 items apart from each other. See e.g. https://www.elastic.co/guide/en/elasticsearch/reference/current/position-inc... for more information. -- You are receiving this mail because: You are watching all bug changes.