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@lists.koha-community.org
          Reporter: glask...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

Reply via email to