So I try to do a definition search 
ie. foo::Date
and I tried it with using back-ticks.. ie. foo\:\:Date
and I get an error:

Error parsing your query:
defs: (foo\\:\\:Date)

You might try to enclose your search term in quotes:
" defs:(foo\\:\\:Date)"

or read the Help on query language(eventually escape special characters with \)

Error message from parser:
Cannot parse ' defs:(foo\\:\\:Date)': Encountered " ":" ": "" at line 1, column 
16.
Was expecting one of:
<AND> ...
<OR> ...
<NOT> ...
"+" ...
"-" ...
"(" ...
")" ...
"*" ...
"^" ...
<QUOTED> ...
<TERM> ...
<FUZZY_SLOP> ...
<PREFIXTERM> ...
<WILDTERM> ...
"[" ...
"{" ...
<NUMBER> ...


I have tried a few different ways to search for this, and it doesn't work. is 
this supported in OpenGrok? can anyone shed any light on this? thanks alot.
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to