Hi, Given following values in the document:
Doc1: Engine Doc2. Engineer Doc3. ResidentEngineer We need to return all three documents when someone searches for "engi". Basically we need to implement partial word search. Currently, we have a wild card on the right side of search term (term*). Is it possible to have wild card on both sides of a search term? Regards, Sohail Aboobaker.