Skip to content

Commit

Permalink
Merge pull request #85 from dgading/goal-plan-cleanup
Browse files Browse the repository at this point in the history
Add indicators and type selection to homepage
  • Loading branch information
acabouet authored Feb 11, 2025
2 parents 7ff6298 + 233835f commit 6e1a81a
Show file tree
Hide file tree
Showing 20 changed files with 671 additions and 153 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: fcf79d3f-f238-4dd6-9faa-fc2c68fb6b2f
langcode: en
status: true
dependencies: { }
id: search_api__views_page__goals__page_1
name: 'search_api:views_page__goals__page_1'
filter_key: null
url_processor: query_string
breadcrumb: { }
3 changes: 3 additions & 0 deletions config/graphql_compose.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ entity_config:
enabled: true
indicator:
enabled: true
query_load_enabled: true
edges_enabled: true
routes_enabled: true
measurement:
enabled: true
period:
Expand Down
27 changes: 27 additions & 0 deletions config/search_api.index.goals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,22 @@ dependencies:
- search_api.server.database_search
module:
- node
- storage
- taxonomy
id: goals
name: Goals
description: ''
read_only: false
field_settings:
aggregated_administration:
label: 'Aggregated administration'
property_path: aggregated_field
type: string
configuration:
type: union
fields:
- 'entity:node/field_administration'
- 'entity:storage/field_administration'
aggregated_field:
label: 'Aggregated field'
property_path: aggregated_field
Expand All @@ -25,6 +35,15 @@ field_settings:
- 'entity:node/field_agency'
- 'entity:node/field_goals'
- 'entity:node/title'
aggregated_type:
label: type
property_path: aggregated_field
type: string
configuration:
type: union
fields:
- 'entity:node/type'
- 'entity:storage/type'
field_administration:
label: Administration
datasource_id: 'entity:node'
Expand Down Expand Up @@ -53,6 +72,14 @@ datasource_settings:
languages:
default: true
selected: { }
'entity:storage':
bundles:
default: false
selected:
- indicator
languages:
default: true
selected: { }
processor_settings:
add_url: { }
aggregated_field: { }
Expand Down
Loading

0 comments on commit 6e1a81a

Please sign in to comment.