Posted By:
Jorge_Sabater
Posted On:
Wednesday, May 19, 2004 03:58 AM
I'm trying to use wildcards inside quotes, but I don't get any results.
For instance, if I look for
delit*
I get all the documents including words starting with 'delit', but if I look for
"delit*"
, I don't get any results.
Is it a query syntax problem?