[Koha-bugs] [Bug 20589] New: Add field boosting and use elastic query fields parameter instead of depricated _all

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 16 17:11:11 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20589

            Bug ID: 20589
           Summary: Add field boosting and use elastic query fields
                    parameter instead of depricated _all
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Searching - Elasticsearch
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: glasklas at gmail.com

Generate a list of fields for the query_string query fields parameter, with
possible boosts, instead of using "_all"-field. Also add "search" flag in
search_marc_to_field table so that certain mappings can be excluded from
searches. Add option to include/exclude fields in query_string "fields"
parameter depending on searching in OPAC or staff client. Refactor code to
remove all other dependencies on "_all"-field.

(the atomicupdate sql-file is a bit obfuscated since had to be able to run in
multiple time without error because of our local deploy-script, when moving
this all procedure related code can be removed, only the "ALTER TABLE.."-lines
are relevant.)

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list