Hi,
I'm currently migrating from ES 2 to 7.5. Below query gives me results in the older version and no results/error in newer version when executed in Postman.
{"query":{"constant_score":{"filter":{"terms":{"templateId":["AVoFf3hiHdjqewpccNCY"]}}}}}
Should I reindex API to index all data from old to new instance? Any help is greatly appreciated; thanks!