Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hbulens/d07e7f532e0b0961eb1a5fb615e61385 to your computer and use it in GitHub Desktop.
Save hbulens/d07e7f532e0b0961eb1a5fb615e61385 to your computer and use it in GitHub Desktop.
store.queryBy(function(record,id) {
return (record.get('oneField') == someValue && record.get('secondField') == otherValue);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment