Page 2 of 2

Re: Content search not working for notepad content and styled text

PostPosted:Fri Jul 17, 2015 11:51 am
by Prajakta
Hi jllort,


Thank you for your reply

we are uploading text documents(.txt) ,and the OpenKM version is 6.2.5
below are the two files i am uploading

1)abc.txt with content as "Admin & Admin"

but when i am searching for Admin..it is not returning any document

I checked
SELECT * FROM OKM_NODE_DOCUMENT WHERE NBS_UUID=' doc uuid ';
but found that (NDC_TEXT_EXTRACTED =T)
but in NDC_TEXT column it put the value as "NULL"


2) test.txt with content as "abcdefg & abcdefg"

when i am searching for abcdefg,it is returning correct result

As per our analysis,
Is there any limitation of text extraction on the content length ( number of characters in the document)??
Because for the other documents with large content it is working

we are blocked ,so please reply to this soon,

Thanks

Re: Content search not working for notepad content and styled text

PostPosted:Sun Jul 19, 2015 10:13 am
by jllort
With text files, althought be small sized should not be any problem on extracting text contents ( it's simply reading file ). sometimes we've observate some problem with small openoffice documents, but for what I can remember not with txt files.