Skip to content

"Non-wildcard multiple selection" not working on the demo site as documented #63

Closed
@mosbasik

Description

@mosbasik

(Aside: this is an awesome project; I'm enjoying using it in Node-RED!)

Description

In the docs, on the page about result structures, in the section on array constructors, the third example (non-wildcard multiple selection) doesn't seem to be working as described when run against http://try.jsonata.org/ 's Address dataset.

Current Behavior:

Input Output
Address.City "Winchester"
Other.'Alternative.Address'.City "London"
[Address, Other.'Alternative.Address'].City ** no match **

Desired Behavior:

Input Output
Address.City "Winchester"
Other.'Alternative.Address'.City "London"
[Address, Other.'Alternative.Address'].City [ "Winchester", "London" ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions