A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
We have trip object contains a list of geographic locations as this
public NestedList GeoLocations { get; set; }
I can see the list being indexed
We have the filter like the below to find trips within an area.
SearchQuery = SearchQuery.Filter(t => t.GeoLocations, geo => geo.Within(searchParameters.Sodermalm));
However the Find fails to execute the phase: failed to find geo_point field
{"error":"SearchPhaseExecutionException[Failed to execute phase [query], all shards failed; shardFailures .........................
] failed to find geo_point field [GeoLocations$$nested.]]; }]","status":400}
Anyone can help this. Thanks a lot.