[Koha-bugs] [Bug 18163] Elasticsearch advanced search by item type not working with item-level_itypes turned off (biblio record)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 25 15:17:23 CEST 2018


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

--- Comment #5 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 75565
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75565&action=edit
Bug 18163: Pass through limits in ES

Before these patches we only allow a small subset of indexes to be used
as limits - if we are going to let users add new fields eventually we
probably don't want to strip out terms we didn't plan for.

To test:
1 - Enable ES
2 - Using sample kohadevbox data try a search like this (or adjust as
necessary):
http://localhost:8080/cgi-bin/koha/opac-search.pl?idx=kw&idx=kw&idx=kw&limit=subject%2Cphr%3Astreet&sort_by=relevance&do=Search
3 - Note nothing is found
4 - Apply patches
5 - Repeat search
6 - It works!

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


More information about the Koha-bugs mailing list