the query parser expects to have spaces between each expression element in the query string. This means that -
select artifact where mule.server.id = 'foo'
works fine, but the following doesn't -
select artifact where mule.server.id ='foo'
Description
the query parser expects to have spaces between each expression element in the query string. This means that -
select artifact where mule.server.id = 'foo'
works fine, but the following doesn't -
select artifact where mule.server.id ='foo'
Dan Diephouse added a comment - 16/Jan/08 11:13 AM Yeah... we need to move to an ANTLR type approach real soon.
I'm also contemplating freeform google like queries:
mule.server.id:foo some keywords documentType:{...}mule-configuration
I'm also contemplating freeform google like queries:
mule.server.id:foo some keywords documentType:{...}mule-configuration