https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36879 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Assignee|koha-bugs@lists.koha-commun |andreas.jonsson@kreablo.se |ity.org | --- Comment #2 from David Nind <david@davidnind.com> --- I think this bug should have the "Needs Signoff" status (I think it was accidentally set as "Needs documenting"). However, I can't seem to change it 8-(... I tested it, but couldn't change the status that way either with a git bz attach -e 36879 HEAD Testing notes (using KTD): 1. Start up KTD with Elasticsearch: ktd --es8 up 2. Go to the staff interface and search the catalog - I searched for perl 3. Change the sort order on the results page from Relevance to Author(A-Z) 4. Change the sort order on the results page from Author (A-Z) to relevance 5. Note that you have these warnings in the /var/log/koha/kohadev/plack-intranet-error.log logfile: [2024/08/01 14:15:24] [WARN] Use of uninitialized value $f in hash element at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm line 72 5. [2024/08/01 14:15:24] [WARN] Use of uninitialized value $d in hash element at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm line 72 5. 6. Apply the patch. 7. Restart everything: restart_all 8. Repeat steps 2-4: Result: No warnings in the log file! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.