Summary: | Make build_authorities_query takes QueryAutoTruncate system preference into account | ||
---|---|---|---|
Product: | Koha | Reporter: | Alex Arnaud <alex.arnaud> |
Component: | Searching - Elasticsearch | Assignee: | Alex Arnaud <alex.arnaud> |
Status: | Failed QA --- | QA Contact: | |
Severity: | normal | ||
Priority: | P5 - low | CC: | fridolin.somers, magnus |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Bug 30817: make build_authorities_query takes QueryAutoTruncate system preference into account |
Description
Alex Arnaud
2022-05-20 08:25:43 UTC
Created attachment 135231 [details] [review] Bug 30817: make build_authorities_query takes QueryAutoTruncate system preference into account Sounds logical to me. Maybe create new options for the system preference : none, biblios, authorities, both. (In reply to Fridolin Somers from comment #2) > Sounds logical to me. > Maybe create new options for the system preference : > none, biblios, authorities, both. I agree with Fridolin. You might want to have different auto truncate for biblios and auth search. So either - more choices, as Fridolin says, or - a whole new syspref, something like QueryAutoTruncateAuth |