consolidate find api requests, all subrequest are also find with other options, add positions request via ids

This commit is contained in:
j 2010-06-30 13:18:04 +02:00
commit cf19fb16b8
3 changed files with 74 additions and 90 deletions

View file

@ -1,4 +1,5 @@
$(function(){
Ox.theme("modern");
app = new Ox.App({
requestURL: "/api/"
});
@ -481,6 +482,7 @@ $(function(){
query: query
}), options.callback);
},
id: "results",
sort: [{
key: "year",
operator: "-"