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