https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30327
--- Comment #4 from Martin Renvoize <[email protected]> --- So it looks to me like you can use search_compat instead of simple_search_compat and that allows passing more options.. including a sort_by index name (see C4::Search::GetRecords for the underlying list)... though it appears the ES implementation of search_compat doesn't support such a sort_by as yet :(. Must admit.. I'm not fully up to speed on how simple_search_compat and search_compat compare. Do we have any idea on what index/field component results should actually be sorted on? -- 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/
