]> git.koha-community.org Git - koha.git/commit
Bug 4393: Scan Indexes results cannot be sorted
authorJared Camins-Esakov <jcamins@bywatersolutions.com>
Sat, 26 Mar 2011 10:01:51 +0000 (06:01 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sat, 16 Apr 2011 15:01:36 +0000 (11:01 -0400)
commitbf7ce90ed58852950b97a6d6be0d8d133bec3b47
tree424afdf36a001b8555bac925da43d70dd416aa2d
parent11155dbf29f3d1c5b18c3b59f2ac5b35b2e2b404
Bug 4393: Scan Indexes results cannot be sorted

Because of the way Scan Indexes works, the results cannot be sorted. Previously
when any sort other than relevance (or in some cases popularity) was used, the
search failed. This patch disables sorting on Scan results. This patch also
fixes the index selection dropdown on the results page, which was not being
populated correctly from the Advanced Search screen.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 51604b548756fbf74620061a779d0182167c36f3)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Search.pm
catalogue/search.pl