@@ -13,7 +13,9 @@ dependencies:
1313 - field.storage.node.field_project_type
1414 - search_api.server.default
1515 module :
16+ - helfi_platform_config
1617 - helfi_react_search
18+ - helfi_recommendations
1719 - media
1820 - node
1921 - taxonomy
@@ -130,6 +132,13 @@ field_settings:
130132 - field.storage.node.field_project_type
131133 module :
132134 - taxonomy
135+ main_image_url :
136+ label : ' Main image: URL'
137+ datasource_id : ' entity:node'
138+ property_path : main_image_url
139+ type : string
140+ configuration :
141+ field_name : field_project_image
133142 nid :
134143 label : Nid
135144 datasource_id : ' entity:node'
@@ -143,11 +152,6 @@ field_settings:
143152 datasource_id : ' entity:node'
144153 property_path : project_execution_schedule
145154 type : string
146- project_image_absolute_url :
147- label : ' Project image absolute URL'
148- datasource_id : ' entity:node'
149- property_path : project_image_absolute_url
150- type : string
151155 project_plan_schedule :
152156 label : ' Project plan schedule'
153157 datasource_id : ' entity:node'
@@ -191,7 +195,7 @@ datasource_settings:
191195processor_settings :
192196 add_url : { }
193197 aggregated_field : { }
194- district_image_absolute_url : { }
198+ custom_value : { }
195199 entity_status : { }
196200 entity_type : { }
197201 ignorecase :
@@ -208,10 +212,12 @@ processor_settings:
208212 - field_project_type_name
209213 - title
210214 language_with_fallback : { }
215+ main_image_url : { }
211216 project_execution_schedule : { }
212- project_image_absolute_url : { }
213217 project_plan_schedule : { }
214218 rendered_item : { }
219+ scored_reference : { }
220+ scored_reference_parent : { }
215221 tokenizer :
216222 weights :
217223 preprocess_index : -6
@@ -228,6 +234,7 @@ tracker_settings:
228234 indexing_order : fifo
229235options :
230236 cron_limit : 50
237+ delete_on_fail : true
231238 index_directly : false
232239 track_changes_in_references : true
233240server : default
0 commit comments