http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11069 --- Comment #6 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- (In reply to Fridolin SOMERS from comment #5)
(In reply to mathieu saby from comment #4) You are looking at 225 and 410 fields. In default config those fields are indexed has "Title-series". This patch manages only "Title" index.
Yes, that's what I understood, but in your 1st message you wrote "so that records with all searched terms in title, even not well ordered, are more relevant." So I imagined that if there are 3 records, with the 200 field of one them matching the searched terms, and only 225/410 fields matching in the 2 others, the record with the 200 matching the search terms would be the 1st in the results. But I suppose the algorithm is more complex than that (and the core of it is hardcoded in Zebra, isn't it?) Mathieu -- You are receiving this mail because: You are watching all bug changes.