Skip to content

Commit

Permalink
Add the new equalTo() method to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Jul 20, 2016
1 parent a60e4d3 commit 0716bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/retrieving-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ Filtering results
$query->limitToLast($limit);
$query->startAt($start);
$query->endAt($end);
$query->equalTo($value);
$query->shallow();

0 comments on commit 0716bfc

Please sign in to comment.