New ZOOM utility ZOOM_query_sortby2
[yaz-moved-to-github.git] / include / yaz / zoom.h
index a505e12..63ebc14 100644 (file)
@@ -295,6 +295,8 @@ ZOOM_query_prefix(ZOOM_query s, const char *str);
 /* specify sort criteria for search */
 ZOOM_API(int)
 ZOOM_query_sortby(ZOOM_query s, const char *criteria);
+ZOOM_API(int)
+ZOOM_query_sortby2(ZOOM_query s, const char *strategy, const char *criteria);
 
 ZOOM_API(void)
 ZOOM_query_addref(ZOOM_query s);