diff --git a/config/default.ts b/config/default.ts index 59144e92..8109c910 100644 --- a/config/default.ts +++ b/config/default.ts @@ -661,7 +661,7 @@ const config: Partial = { sortTypes: ['ducet'], }, { - fieldName: 'geo.point.coordinates', + fieldName: 'geo', onlyOnTypes: [ SCThingType.Building, SCThingType.PointOfInterest, @@ -670,7 +670,7 @@ const config: Partial = { sortTypes: ['distance'], }, { - fieldName: 'geo.point.coordinates', + fieldName: 'geo', onlyOnTypes: [ SCThingType.Building, SCThingType.PointOfInterest, @@ -679,7 +679,7 @@ const config: Partial = { sortTypes: ['distance'], }, { - fieldName: 'inPlace.geo.point.coordinates', + fieldName: 'inPlace.geo', onlyOnTypes: [ SCThingType.DateSeries, SCThingType.Dish,