Why does ES search letter by letter ?!

Hello,

I was wondering why elasticsearch display also results containing just some letters of my key word

exemple : I was looking for Store, elasticsearch display also results with or !!!

Can we desactivate this option ?

What sort of search are you doing?

1 Like

I try to search queryTxt using this query

 body:
                query:
                  function_score:
                    query:
                      query_string:
                        fields: ["Name_OBJ^5","Name_OBJ.folded^1"]
                        query: queryTxt
                    boost_mode: "multiply"