You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure GeoLocationFormatter returns GeoLocation type (#4026)
The ReindexApiTests were failing on a serialisation roundtrip when dealing with properties that used the GeoLocation type. This manifested due to the inclusion of GeoLocation types in the _source serialisation on commit 5492599
The GeoLocationFormatter was found to be returning a GeoCoordinate type and not a GeoLocation type.
0 commit comments