I want to search my ZCatalog like I do with SQL using LIKE and % wildcards.
return context.ZCatalog({'id':'peter%%'})
...should return "peter.html", "peter.jpg", "peterblablabla" I think.
However this does not work. What is the syntax to do a wildcard search on a
ZCatalog??