https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40966
--- Comment #14 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Hi, David. Thanks for taking the time! I've just started a fresh KTD like this [1]: ```shell cd ~/git/koha-testing-docker ktd --proxy --search-engine es9 up -d ``` It is using Elasticsearch 9 (tried with 8 too). With the fixed patches I submitted. things work as expected both in staff and OPAC on both ES versions. I tested searching 'agrovoc' on the 'More options' (in both interfaces) with and without 'Apply field weights...' and 'Search entire MARC...' (the latter only applies to the staff interface). Chosen options are passed around on the facets (this was working) and now also on the 'Edit this search' and 'Return to the last advanced search' respectively. Somehow a part of the dev got lost I think. I introduced 'weight_search_submitted' to keep track of the user unchecking 'weight_search' but the template was not taking it into account. Sorry for that. Probably a bad commit. [1] You don't need to use `--proxy` for it to work. -- 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/
