https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41210 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |In Discussion --- Comment #5 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- (In reply to Phil Ringnalda from comment #4)
With ES, the searches fail, since the mappings we ship don't index anything but subfield a in the au index.
With Zebra, au:"Beethoven, Ludwig van, (Spirit)" fails because subfield d is indexed, so while au:"Beethoven, Ludwig van, 1770-1827 (Spirit)" would work, without the date it doesn't match.
I can adjust, but I think I need some input here. Is it better to search for; au:"Beethoven, Ludwig van, (Spirit)" or au:"Beethoven, Ludwig van" AND au:"(Spirit)" And or should the dates be included? -- You are receiving this mail because: You are watching all bug changes.