Skip to content

Commit

Permalink
Typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanboniface committed Dec 19, 2014
1 parent fd8f044 commit 6aafbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/collections.rst
Expand Up @@ -11,7 +11,7 @@ If fields are indexed, it's possible to make query to retrieve many of them, usi
The filtering has some limitations:

- you can only filter on fields with `indexable` and/or `unique` attributes set to True
- you can only filter on full values (`limyd` doesn't provide filters like "startswith", "contains"...)
- you can only filter on full values (`limpyd` doesn't provide filters like "startswith", "contains"...)
- all filters are "and"ed
- no "not" (only able to find mathing fields, not to exlude some)
- no "join" (filter on one model only)
Expand Down

0 comments on commit 6aafbcd

Please sign in to comment.