Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Query Syntax Enhancement #2

@enijar

Description

@enijar

Description
Add [index] syntax to query, with index being the index of the array.

Examples

Store.get('user.roles[0]'); // First element of roles array

Store.get('user.roles[-1]'); // Last element of roles array

Specification
This will get the index value from an array.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions