Earlier below query was working well in the DSL query mode. but the same has stopped working post elastic upgrade to 7.17.1
{"query":{"bool":{"must":[{"match":{"eT.keyword":"TRANSFER"}},{"nested": {"path": "actions","query": {"bool": {"must": [{"exists": {"field": "actions.tags"}}]}}}}],"must_not":,"should":}}}
Please help is fixing this.