Unable to search phrase anywhere in the text

So I'm trying to search for a given phrase in text, already tried different methods e.g match_phrase/query_string but I still get invalid results.

Let's say we have such documents with titles:

  1. "This is a phrase"
  2. "Another doc with some phrase"
  3. "Something with phrase and some text"

My input phrase would be: "ome phras" which should find record #2 but no other.
So my question is how do I find given phrase anywhere in the given text?

Thanks

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