Hi,
I have the following data,
DOCID OCR1
900 chief secretary's
When I do a search from TSQL,
tsql "select * from testtbl where OCR1 like 'w/10 chief secretary'";
I dont get the above record.
But when I do
run a vortex script which does the same,
I get a message ,
<!-- 115 rsvortex.txt:10: 'delimiters' not allowed in query -->
900 chief secretary's
But get the record back as hit.
Any reason why this descrepancy? I want the record as a hit in TSQL also. and what is the 'delimiters' message?
thanks!!
I have the following data,
DOCID OCR1
900 chief secretary's
When I do a search from TSQL,
tsql "select * from testtbl where OCR1 like 'w/10 chief secretary'";
I dont get the above record.
But when I do
run a vortex script which does the same,
I get a message ,
<!-- 115 rsvortex.txt:10: 'delimiters' not allowed in query -->
900 chief secretary's
But get the record back as hit.
Any reason why this descrepancy? I want the record as a hit in TSQL also. and what is the 'delimiters' message?
thanks!!