https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37433 Bug ID: 37433 Summary: Warning 'Use of uninitialized value $f/$d in hash element...' in log when sorting by relevance Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Searching - Elasticsearch Assignee: januszop@gmail.com Reporter: januszop@gmail.com QA Contact: testopia@bugs.koha-community.org With ES, searches with Sort set to Relevance produce following warnings in log file: [WARN] Use of uninitialized value $f in hash element at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm line 728. [WARN] Use of uninitialized value $d in hash element at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm line 728. This is because sort_by = 'relevance' does not contain underscore. -- You are receiving this mail because: You are watching all bug changes.