Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
To be reviewed
-
Resolution: Unresolved
-
Affects Version/s: 1.0-beta-1
-
Fix Version/s: 1.x Backlog
-
Component/s: Core
-
Labels:None
-
User impact:High
-
Similar Issues:None
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'
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