SQL: Improve handling of geo_shapes in search context #41791
Labels
:Analytics/Geo
Indexing, search aggregations of geo points and shapes
:Analytics/SQL
SQL querying
>bug
>docs
General docs changes
Until #37206 is done we cannot handle any
ST_*
functions on geo_shapes in the search context, which means that any call to anST_*
function in theWHERE
clause orGROUP BY
context are going to fail with a confusing runtime the error message that will look like similar to thisIt would be great to improve the error message by failing earlier during the query generation, or at least document this limitation.
The text was updated successfully, but these errors were encountered: