-
-
Notifications
You must be signed in to change notification settings - Fork 721
Labels
enhancementNew feature or requestNew feature or request
Description
Using the JSON as source, I see that we can filter and search by key. But how I do this if my JSON source is not an array, but an object?
My current source is something like that (you can ignore the id, I don't want to show/search for) and I'm following the documentation (list works well):
Edit: Search does not work either.
[
{
"0": {
"path": "xxxxxxxxxxxxxxxxxxxx",
"type": "file",
"sha": "1111111111111111",
"url": "https://xxxxxxxxxxxxxxxxxxxx"
},
"1": {
"path": "yyyyyyyyyyyyyy",
"type": "file",
"sha": "00000000000",
"url": "https://yyyyyyyyyyyyyyy"
}
}
]
heliomsolivas
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request