**Description** Add `*` syntax to query. **Example** ```js Store.get('user.*.email'); ``` **Specification** This will match any value, instead of current just matching the literal string of `*`.
Description
Add
*syntax to query.Example
Specification
This will match any value, instead of current just matching the literal string of
*.