From: Dennis Schafroth Date: Wed, 3 Oct 2012 14:24:28 +0000 (+0200) Subject: Method to detect if re-search is required due to sort order: 1 on yes. 0 on no X-Git-Tag: v1.6.22~39 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=0cd7ed4bde54a1961464ed14c9de61f23adb07e9;p=pazpar2-moved-to-github.git Method to detect if re-search is required due to sort order: 1 on yes. 0 on no --- diff --git a/src/client.h b/src/client.h index 300caa7..8f62a23 100644 --- a/src/client.h +++ b/src/client.h @@ -111,6 +111,9 @@ const char *client_get_facet_limit_local(struct client *cl, struct session_database *sdb, int *l, NMEM nmem, int *num, char ***values); + +int client_test_sort_order(struct client *cl, struct reclist_sortparms *sp); + #endif /*