https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853
--- Comment #8 from Nick Clemens (kidclamp) <[email protected]> --- (In reply to Thomas Klausner from comment #6) > I wanted to QA this, but I could not see any difference between before/after > applying the patch, and the search result seemed correct before applying. > > Maybe the test plan can be improved? For example I have no clue what the > expected search results should be for 'novel' / 'a novel' (because the newly > created books with those titles where shown at the start of the list even > before applying the patch) Try adding weights to fields before applying the patch as well: http://localhost:8081/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl Set weights like: title 32 author 16 subject 8 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
