Filter by metadata

Thanking once again the guys behind the ORTHANC!

My question is related to private metadata.

Can I filter resources by private metadata?

Something like following

this.http.post('../some url',{'metadata':{'folder':'20170517A'}});

Regards…

Hello,

No, it is not possible, and there is no plan to do it.

You could however achieve such a goal by creating a plugin that would extend Orthanc’s core REST API:
http://book.orthanc-server.com/developers/creating-plugins.html

Regards,
Sébastien-