: I want to perform a search for documents that contain the word starting with
: given KEYWORD or Ending with given KEYWORD.
:
: Ex: Say document contains "RenjiMathewThomas"
:
: Now I want to perform a search for all the documents that contain the word
: starting with "Renji"
: or a search that
or a search that for document that contain the word ending with "Thomas"
For the former, i can use the multiple character wildcard search '*', but
how to go about the later?
Thanks, Suhas M.
--
View this message in context:
http://www.nabble.com/Search-for-document-by-starti