I'am struggeling to get the filter working.
This filter is working but i like to match mutliple tags and can not find how to do this.
Can i use a OR in the bool filter?
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-bool-query.html
{ "bool":{"must":{"match":{"tags":"value" }}}}