https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30882
--- Comment #5 from David Nind <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
