[Bug 27448] New: Update ElasticsearchCrossFields description to explain consequences of setting in Koha
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27448 Bug ID: 27448 Summary: Update ElasticsearchCrossFields description to explain consequences of setting in Koha Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com The description of the ElasticsearchCrossFields is technical correct, but for someone configuring Koha, it's not clear what the settings mean for using Koha. What's the consequence of choosing one setting or the other? It's only clear that you will need to use a specific Elasticsearch version. -- 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=27448 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m Depends on| |27070 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27070 [Bug 27070] Elasticsearch - with Elasticsearch 6 searches failing unless all terms are in the same field -- 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=27448 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |andrew@bywatersolutions.com |ity.org | CC| |andrew@bywatersolutions.com -- 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=27448 Andrew Fuerste-Henry <andrewfh@dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|andrewfh@dubcolib.org |koha-bugs@lists.koha-commun | |ity.org -- 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=27448 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|27070 |27252 CC| |nick@bywatersolutions.com Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27070 [Bug 27070] Elasticsearch - with Elasticsearch 6 searches failing unless all terms are in the same field https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27252 [Bug 27252] ES5 no longer supported (since 20.11.00) -- 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=27448 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- It has a link to documentation that's not a link too :) https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-mu... -- 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=27448 --- Comment #2 from Nick Clemens <nick@bywatersolutions.com> --- In Koha, a 'keyword' search does not search a cpombined 'keyword' field, but rather searches your term across all the fields marked as 'searchable' in the current interface. Cross fields is used to determine whether you want to only return values where all entered terms are included in a single search field, or whether you wish to find a record with all terms, but allowing the terms to be in any combination of fields. e.g. "king grass" without cross fields will return: The Island of the Grass King by Nancy Willard (grass in title/king in title) with cross fields will return: The Island of the Grass King by Nancy Willard (grass in title/king in title) In the tall grass by Stephen King (grass in title/king in author) -- 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=27448 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose@inlibr | |o.com --- Comment #3 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- I have just had a problem of a client disabling this (not sure why) and then their searches weren't returning the results they expected. I liked the description here https://bywatersolutions.com/education/elastic-search-configuration "More specifically, on Elastic 6 and later, if ElasticsearchCrossFields is turned off, Koha will look for all of your search terms in all of your search indices, but only return titles where all of your terms were in the same index. So a search for "bram stoker dracula" would not find the novel (as "bram stoker" is in the author and "dracula" is in the title), but might find you the 1992 film titled Bram Stoker's Dracula." For now, I added more info in the manual. Nick, I hope it's OK with you that I reused your example. https://gitlab.com/koha-community/koha-manual/-/merge_requests/733 -- 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=27448 --- Comment #4 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Caroline Cyr La Rose from comment #3)
For now, I added more info in the manual. Nick, I hope it's OK with you that I reused your example. https://gitlab.com/koha-community/koha-manual/-/merge_requests/733
Of course! Thank you! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org