]> git.evergreen-ils.org Git - Evergreen.git/commit
Sort search filter group entries by 'pos'
authorMike Rylander <mrylander@gmail.com>
Thu, 14 Feb 2013 15:51:37 +0000 (10:51 -0500)
committerBill Erickson <berick@esilibrary.com>
Thu, 14 Feb 2013 18:58:07 +0000 (13:58 -0500)
commit0c49049db5ed43f263bc960b5da06900b699f73a
treec65a00a910bf10ddcd533d8439a34ab1d1937c0e
parentcf1e67373238132f159c8edffcc5236a00ef6e8a
Sort search filter group entries by 'pos'

We use a fleshed cstore call to grab search filter groups and their entries,
but we don't currently sort them by their 'pos' field, which is it's purpose.
cstore will apply order_by expressions to the applicable tables in a fleshed
search/retrieve. This does that.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm