mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
@@ -661,7 +661,7 @@ const config: Partial<SCConfigFile> = {
|
|||||||
sortTypes: ['ducet'],
|
sortTypes: ['ducet'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldName: 'geo.point.coordinates',
|
fieldName: 'geo',
|
||||||
onlyOnTypes: [
|
onlyOnTypes: [
|
||||||
SCThingType.Building,
|
SCThingType.Building,
|
||||||
SCThingType.PointOfInterest,
|
SCThingType.PointOfInterest,
|
||||||
@@ -670,7 +670,7 @@ const config: Partial<SCConfigFile> = {
|
|||||||
sortTypes: ['distance'],
|
sortTypes: ['distance'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldName: 'geo.point.coordinates',
|
fieldName: 'geo',
|
||||||
onlyOnTypes: [
|
onlyOnTypes: [
|
||||||
SCThingType.Building,
|
SCThingType.Building,
|
||||||
SCThingType.PointOfInterest,
|
SCThingType.PointOfInterest,
|
||||||
@@ -679,7 +679,7 @@ const config: Partial<SCConfigFile> = {
|
|||||||
sortTypes: ['distance'],
|
sortTypes: ['distance'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldName: 'inPlace.geo.point.coordinates',
|
fieldName: 'inPlace.geo',
|
||||||
onlyOnTypes: [
|
onlyOnTypes: [
|
||||||
SCThingType.DateSeries,
|
SCThingType.DateSeries,
|
||||||
SCThingType.Dish,
|
SCThingType.Dish,
|
||||||
|
|||||||
Reference in New Issue
Block a user