[Koha-bugs] [Bug 33506] Series has wrong index name on scan index page and search option selection is not retained

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 12 23:01:03 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33506

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #149576|0                           |1
        is obsolete|                            |

--- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 149577
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=149577&action=edit
Bug 33506: Fix false index for series and keep selected index on scan index
page

The pull down with search options had the wrong index
linked to the Series entry: su instead of se

To test:
* Go to advanced search in staff interface
* Activate 'More options'
* Check checkbox for scan indexes
* Switch to author (especially when using Elasticsearch)
* Search for C
* Verify search results link to authors using c
* Switch to series
* Verify search results use 'su' for subject
* Verify that search option pull down always jumps back to first
  entry: Any word
* Apply patch
* Verify the search results for series now use correct index se
* Verify that coming from advanced search, the correct search option is
selected
* Verify that changing the search option also keeps the selection after
searching

Note: with Elasticsearch and default configuration author, title and series
will
give you results.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list