7 Jun
2022
7 Jun
'22
9:52 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30882 --- Comment #5 from David Nind <david@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.