Issue Details (XML | Word | Printable)

Key: GALAXY-13
Type: Improvement Improvement
Status: Open Open
Priority: To be reviewed To be reviewed
Assignee: Dan Diephouse
Reporter: Ross Mason
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Galaxy

The query parser is a bit brittle

Created: 16/Jan/08 02:06 AM   Updated: 13/Aug/08 10:14 PM
Component/s: Core
Affects Version/s: 1.0-beta-1
Fix Version/s: 1.x Backlog

Time Tracking:
Not Specified

Labels:
User impact: High
Similar Issues:


 Description  « Hide
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'



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
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