In https://github.com/elastic/elasticsearch/pull/112063 we added support for multi-values to the spatial search functions ST_INTERSECTS, ST_CONTAINS, ST_WITHIN and ST_DISJOINT. But this did not include ST_DISTANCE, which should also be supported similarly.
In https://github.com/elastic/elasticsearch/pull/112063 we added support for multi-values to the spatial search functions
ST_INTERSECTS
,ST_CONTAINS
,ST_WITHIN
andST_DISJOINT
. But this did not includeST_DISTANCE
, which should also be supported similarly.