Hi guys,
We've tried building a metadata filter in the Hydrogen desktop interface that reads something like this:
cid "starts with" N.N.N
An exception is thrown stating that mediaflux has found a decimal number where it was expecting a single quote or "ignore-case".
We have used aterm to successfully execute this query:
asset.query :where cid starts with '1234.5.6'
The key it would seem are the single quotes. The Hydrogen filter is creating a query without quotes. From the error message:
Syntax error in asset query:
namespace='/path/ and (xpath(asset/cid) starts with 1234.5.6
Cheers,
John