[Koha-bugs] [Bug 30882] Add max_result_window to index config

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 7 10:52:33 CEST 2022


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

--- Comment #5 from David Nind <david at davidnind.com> ---
(In reply to Fridolin Somers from comment #4)
> In KTD, use :
> curl
> 'es:9200/koha_kohadev_biblios/_settings?pretty&filter_path=**.
> max_result_window'

Thanks Fridolin! That worked after adding this to the es section in
koha-testing-docker's docker-compose.yml (after the networks configuration):

        ports:
            - "9200:9300"

However, the result I got was:

        "max_result_window" : "10000"

I think that is because this is the value in the patch
(index.max_result_window: 10000)! Should that be index.max_result_window:
1000000? 8-)

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


More information about the Koha-bugs mailing list