What is equivalent query as SQL LIKE clause with Prefix and suffix?

I want to search from Elastic Search with search box text value having Prefix and Suffix in .net C# using NEST. Suppose I search "apple" it give me output only "apple" and I want output like "apple", "apple mobile", "apple earphone", "apple iPhone 7" etc.

Also if I search "ppl" then also I want output like "apple", "apple mobile", "apple earphone", "apple iPhone 7" etc.

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