Not getting result from .txt from dam
Hi,
I m getting result if I am upload a .txt file in dam manually. below is the query
SELECT * FROM [dam:Asset] AS s WHERE CONTAINS(s.*, '" + mykeyword+ "') AND [jcr:path] like '/content/dam/myprojectfolder%'
but in second case if I created .txt file in dam using stream(which i am getting from some external system) then above query is not returning any result.
anyone share why i am not getting result in second case.
Thanks