depwl9992 / anomalyjobs

Automatically exported from code.google.com/p/anomalyjobs
0 stars 0 forks source link

&JOBSELECT attributes aren't parsed for & and | #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. &jobselect_foo me=new & monitor
2. +jobs/select foo

What is the expected output?
A list of new jobs in monitored buckets.

What do you see instead?
Syntax error.

Please use labels and text to provide additional information.
The & and | characters are edited to AND and OR, respectively, prior to parsing 
the list to substitute the &jobselect attributes.  This means the jobselect 
attributes can't use & or | symbols.

Interim workaround:  Use AND and OR in &JOBSELECT attributes.

Original issue reported on code.google.com by widdis@gmail.com on 15 Feb 2011 at 3:06

GoogleCodeExporter commented 9 years ago
Also ! --> NOT.

Original comment by widdis@gmail.com on 15 Feb 2011 at 3:10

GoogleCodeExporter commented 9 years ago
Fixed in r399.

Original comment by widdis@gmail.com on 15 Feb 2011 at 5:23