Consider spaces with tokens

Hi All,
while searching with match query, i want to create tokens with space:
for ex:i have documents containing text "iphone parts"
->If search keyword “iph” ( no space)
* service should return results
->search keyword “iph ” ( spaces)
* no results
->* search keyword “iph par “ ( spaces at the end of both the tokens
* no results
->* search keyword “iphone par “ ( spaces only at the end of par keyword)
* service should return only iphone related keywords

is there any way i can implement the above conditions?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.