Skip to content
Snippets Groups Projects
Commit b4be9add authored by esikkala's avatar esikkala
Browse files

Clean up

parent f03d9317
No related branches found
No related tags found
No related merge requests found
......@@ -64,56 +64,56 @@ export const backendSearchConfig = {
finds: findsConfig,
emloActors: actorsConfig,
manuscripts: {
perspectiveID: 'perspective1', // use endpoint config from perspective1
perspectiveID: 'perspective1', // get rest of the config from 'perspective1'
instance: {
properties: manuscriptPropertiesInstancePage,
relatedInstances: ''
}
},
works: {
perspectiveID: 'perspective1', // use endpoint config from perspective1
perspectiveID: 'perspective1',
instance: {
properties: workProperties,
relatedInstances: ''
}
},
events: {
perspectiveID: 'perspective1', // use endpoint config from perspective1
perspectiveID: 'perspective1',
instance: {
properties: eventProperties,
relatedInstances: ''
}
},
actors: {
perspectiveID: 'perspective1', // use endpoint config from perspective1
perspectiveID: 'perspective1',
instance: {
properties: actorProperties,
relatedInstances: ''
}
},
places: {
perspectiveID: 'perspective1', // use endpoint config from perspective1
perspectiveID: 'perspective1',
instance: {
properties: placePropertiesInstancePage,
relatedInstances: ''
}
},
expressions: {
perspectiveID: 'perspective1', // use endpoint config from perspective1
perspectiveID: 'perspective1',
instance: {
properties: expressionProperties,
relatedInstances: ''
}
},
collections: {
perspectiveID: 'perspective1', // use endpoint config from perspective1
perspectiveID: 'perspective1',
instance: {
properties: collectionProperties,
relatedInstances: ''
}
},
placesMsProduced: {
perspectiveID: 'perspective1', // use endpoint config from perspective1
perspectiveID: 'perspective1',
q: productionPlacesQuery,
filterTarget: 'manuscripts',
resultMapper: mapPlaces,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment