https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40658 --- Comment #15 from David Nind <david@davidnind.com> --- (In reply to Nick Clemens (kidclamp) from comment #12)
(In reply to David Nind from comment #11)
I thought I'd attempt this and sign off so it gets to the QA stage, however I'm at a loss for how to do step 4 and generate an error.
Is this a normal search, or something else? An example would be helpful.
In addition, is this Elasticsearch only, or should this be tested using Zebra as well?
Testing notes so far (using KTD): 1. Step 1. Edit admin/searchengine/elasticsearch/mappings.yaml 2. Step 3. Administration > Catalog > Search engine configuration (Elasticsearch) > Search fields tab 3. Step 4. No idea how to do this. A normal search doesn't return any errors.
It only needs to be in elasticsearch - the code for zebra doesn't have the same issue
Once the settings are changed and reindexed, any search should trigger the error, or any search that has the fallback, I search for 'a'
Thanks Nick, that worked! I've added my sign-off so that it gets in the QA queue. Updated testing notes (using KTD): 1. Step 1. Edit admin/searchengine/elasticsearch/mappings.yaml 2. Step 3. Administration > Catalog > Search engine configuration (Elasticsearch) > Search fields tab 3. Step 4. Search for 'a'. Error message is in /var/log/koha/kohadev/plack-intranet-error.log 4. Before signing off, I needed to reset the changes made to the mappings file (git checkout admin/searchengine/elasticsearch/mappings.yaml) -- You are receiving this mail because: You are watching all bug changes.