inaes-tic / mbc-caspa

MBC Playout Server {mlt edition}
tic.inaes.gob.ar
GNU Affero General Public License v3.0
11 stars 8 forks source link

Send scheds conf search options to backend #166

Closed josx closed 11 years ago

josx commented 11 years ago

In a collection with backbone.io backned you can Use something like this:

   Schedule.setQuery({ criteria: {between : [1375903885730 , 1375904497520]  } });
   Schedule.fetch();

Depends on this two PR: https://github.com/inaes-tic/mbc-common/pull/17 https://github.com/inaes-tic/backbone.io/pull/15

xaiki commented 11 years ago

can we please be quicker to review trivial changes like this one ?