forked from 0x2620/pandora
consolidate find api requests, all subrequest are also find with other options, add positions request via ids
This commit is contained in:
parent
ec7aa8a388
commit
cf19fb16b8
3 changed files with 74 additions and 90 deletions
|
|
@ -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: "-"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue