The AND syntax does return the correct number of results (9)
The OR syntax returns the same number it should be (26)
What am I doing wrong with the OR syntax
And queryText
"select url,Filename, ProductXRVL,ComponentXRVL,LibraryDocType,RevisedDate,
Abstract, Path, Rank from scope() WHERE \"scope\"='XR VL Library' AND
(FREETEXT(DefaultProperties,'+tube +beam')) "
OR queryText
"select url,Filename, ProductXRVL,ComponentXRVL,LibraryDocType,RevisedDate,
Abstract, Path, Rank from scope() WHERE \"scope\"='XR VL Library' AND
(FREETEXT(DefaultProperties,'tube beam')) "
cindy