Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: To be reviewed 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'

Activity

Hide
Dan Diephouse added a comment -

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

Show
Dan Diephouse added a comment - 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

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated: