Describe the question you have
I would like to query sessions which have (or not) a specific notes
e.g.
sess = one.alyx.rest('sessions', 'list', task_protocol='ephys',
django=f'project__name__icontains,ibl_neuropixel_brainwide_01,'
f'data_dataset_session_related__name__icontains,Camera.raw')
# f'notes__text__icontains,{str_notes_static}') #TODO does not work
Describe the question you have I would like to query sessions which have (or not) a specific notes e.g.
What is the nomenclature for "notes" here?