I have two sentences.
- Model text
- Jug Model
if I query for 'model' or 'del' result is coming in below order
- Jug Model
- Model Text
Is there any way I can get "Model Text" first, since its the best match. I know about edge_ngram. but here requirement is, user may type text in the middle also like "del" and the result should be in same order.
Any help would be appreciated. Thanks