17 Jun
2014
17 Jun
'14
8:23 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12430 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- In any case, you can add relevance mappings to QueryParser by adding additional config in queryparser.yaml. For instance: title: title: enabled: 1 bib1_mapping: biblioserver: 30 This will add relevance ranking to a title search with a field weight of 30. However, it's worth noting that QueryParser seems to often fall back to non-QueryParser mode for more complicated indexes like "ti,phr", so...I wouldn't go out and make a lot of QP mappings just yet... -- You are receiving this mail because: You are watching all bug changes.