Skip to content

Commit

Permalink
Change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Lundquist committed Apr 14, 2017
1 parent 2f695ac commit 5ab432c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/place-my-order.md
Expand Up @@ -389,7 +389,7 @@ We also need to specify that the restaurant list can be filtered to restaurants

Above we use `set.props.dotNotation` since our queries for these nested properties will be in the [MongoDB-style 'dot notation'](https://docs.mongodb.com/v2.2/reference/glossary/#term-dot-notation) format required by the backend.

For example, MongoDB expects a query parameter for restaurants in a specific state to look like `{'address.state':'IL'}` and the libraries underneath supermodel expect it to look like `{address:{state: 'IL'}}`. `set.props.dotNotation` allows supermodel to make comparisons these two formats.
For example, MongoDB expects a query parameter for restaurants in a specific state to look like `{'address.state':'IL'}` and the can-connect expect it to look like `{address:{state: 'IL'}}`. `set.props.dotNotation` allows can-connect to make comparisons between these two formats.


### Test the connection
Expand Down

0 comments on commit 5ab432c

Please sign in to comment.