-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
at postgres level it looks like https://www.postgresql.org/docs/current/functions-json.html#FUNCTIONS-SQLJSON-PATH
so we could point to specific field, e.g. instead of json serialization string matching we have as an example now: metadata[bids_dataset,metalad_core]:"BIDSVersion\": \"v"
we could say metadata[bids_dataset,metalad_core][BIDSVersion]:v
Will require
- extending query parser grammar:
grammar = rf""" - interfacing to corresponding sqlalchemy construct
TODO 4 others:
- @yarikoptic : provide
dandi:files
based examples to assess performance etc
Metadata
Metadata
Assignees
Labels
No labels