[Bug 34245] New: Scan index option only works on limited indexes
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34245 Bug ID: 34245 Summary: Scan index option only works on limited indexes Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com Currently in the code, the only indexes in ES that can be used with 'scan' are: 647 our %scan_field_convert = ( 648 'ti' => 'title', 649 'au' => 'author', 650 'su' => 'subject', 651 'se' => 'title-series', 652 'pb' => 'publisher', 653 ); This is not apparent to the end user, and causes confusion. We need to broaden support, or limit the displayed list of options for 'scan indexes' -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34245 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22592 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22592 [Bug 22592] Elasticsearch - Support for index scan -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34245 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Limiting the list when Elasticsearch is used makes sense to me. Should we hardcode the list or would it be possible to look-up which of the indexes are configured to work? I would support both fixes, we have the most important ones covered I think. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34245 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |januszop@gmail.com --- Comment #2 from Janusz Kaczmarek <januszop@gmail.com> --- I agree that the use of the scan feature is somehow obscure now. I couldn't find a clear explanation in the doc about it. In the code it is more or less clear, but for the user -- not. How about sending a user to the page like: /cgi-bin/koha/catalogue/search.pl?advsearch=1&idx=au&q=a&scan=1&sort_by=relevance after checking the "Scan indexes" checkbox? Currently this page is available only as a result page. And the list of the indexes with the scan/browse feature is there. Or even better: how about if we made a separate "Scan [browse] indexes" search page, as a third search page (Advanced search, Item search, Browse indexes)? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org