Added support for the sortby2 function to allow sorting of SOLR databases.
[ZOOM-Perl-moved-to-github.git] / ZOOM.xs
diff --git a/ZOOM.xs b/ZOOM.xs
index 4e5de76..b10513e 100644 (file)
--- a/ZOOM.xs
+++ b/ZOOM.xs
@@ -388,6 +388,12 @@ int
 ZOOM_query_sortby(s, criteria)
        ZOOM_query      s
        const char *    criteria
+       
+int
+ZOOM_query_sortby2(s, strategy, criteria)
+       ZOOM_query      s
+       const char *    strategy
+       const char *    criteria
 
 ZOOM_scanset
 ZOOM_connection_scan(c, startterm)