[Maps] query error on document layer index missing filtered shape field #48462
Labels
bug
Fixes for quality problems that affect the customer experience
[Deprecated-Use Team:Presentation]Team:Geo
Former Team Label for Geo Team. Now use Team:Presentation
regression
I believe this is a regression related to #47171.
I have 3 document layers, and I use 1 layer to create a filter against another layer, with
coordinates
as the filtered field:This creates a
geo_shape
filter using the indexed shape:This then causes an error on the 3rd layer, which lacks a
coordinates
field (it has ageo_point
field calledlocation_geo
):This works properly on 7.4, and I verified that it works in the console when I use the old inline shape query method. I would have expected the indexed shape query to work with
ignore_unmapped: true
set (which it is), but that doesn't seem to be the case (perhaps I misunderstand how it's supposed to behave here though).The text was updated successfully, but these errors were encountered: