Is there an way to make a filter that works like this?
For example, I have a field in my documents that contains a text and is called streetNumber, and I want to get All documents that may be in this index, in a certain Array.
e.g:
something like this:
streetNumber Has [88887,6664,3332,8883....N]
but without doing like this:
streetNumber: "88887" OR streetNumber: "6664" OR streetNumber: "3332" OR streetNumber: "8883"
Also, I need to that directly from the Kibana view.