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

--- Comment #8 from Josef Moravec <josef.mora...@gmail.com> ---
Created attachment 85892
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=85892&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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to