Pat Diola
Results
1
issues of
Pat Diola
store.query('something', {limit: 1000}) works, but store.findAll('something', {limit: 1000}) doesn't and instead always limits to 100 records. I think the normalizeQueryRecordResponse() method is set up to make the limit work for...