Use plygon that is beyond the geographic scope to query

{"query":{"bool":{"filter":[{"geo_shape":{"GEOMETRY":{"shape":{"type":"Polygon","coordinates":[[[-322.2866440677966,-206.98235202086046],[330.89735593220339,-206.98235202086046],[330.89735593220339,141.32567405475886],[-322.2866440677966,141.32567405475886],[-322.2866440677966,-206.98235202086046]]]},"relation":"INTERSECTS"}}}]}}}

You can't find the data using this range, you can find the data using the following, and I want to ask if it doesn't support querying with the geometry of the geographic range

{"query":{"bool":{"filter":[{"geo_shape":{"GEOMETRY":{"shape":{"type":"Polygon","coordinates":[[[-180,-90],[180,-90],[180,90],[-180,90],[-180,-90]]]},"relation":"INTERSECTS"}}}]}}}