Text search - field include text from kibana query line

Hi
I have a table visualization, and I what it to show the results based on what the use searches for.
I want the user to be able to search for documents where "someField" INCLUDES (not equals, necessarily) "some_text".
When I write this query in kibana's query line: "someField:someText" its returns false, because there is no field with this, and only this, text in it.
I saw I could search for fields that include someText in a filter - somefiled is on of someText.

My quetion is: can this be done from kibana query line without adding filters everytime I want this kind of search done?
Thanks

You can do a search like someField:*someText*. Can you try that?

1 Like

Works. Thanks!

1 Like

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