Skip to content

Commit 81fdc7d

Browse files
authored
Merge pull request #627 from City-of-Helsinki/UHF-12240
UHF-12240: Install helfi_search
2 parents 062ffdb + 216f63d commit 81fdc7d

3 files changed

Lines changed: 67 additions & 6 deletions

File tree

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conf/cmi/core.extension.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ module:
8585
helfi_proxy: 0
8686
helfi_react_search: 0
8787
helfi_recommendations: 0
88+
helfi_search: 0
8889
helfi_tfa: 0
8990
helfi_toc: 0
9091
helfi_tpr: 0
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
uuid: 56f074ce-8e2d-406f-91a3-7852ad88c97d
2+
langcode: en
3+
status: true
4+
dependencies:
5+
config:
6+
- search_api.server.etusivu
7+
module:
8+
- helfi_search
9+
- node
10+
id: embeddings
11+
name: 'Vector embeddings'
12+
description: ''
13+
read_only: false
14+
field_settings:
15+
embeddings:
16+
label: Embeddings
17+
property_path: embeddings
18+
type: embeddings
19+
entity_type:
20+
label: 'Entity type'
21+
property_path: search_api_entity_type
22+
type: string
23+
title:
24+
label: Title
25+
datasource_id: 'uuid_entity:node'
26+
property_path: title
27+
type: string
28+
dependencies:
29+
module:
30+
- node
31+
url:
32+
label: URI
33+
property_path: search_api_url
34+
type: string
35+
configuration:
36+
absolute: false
37+
datasource_settings:
38+
'uuid_entity:node':
39+
bundles:
40+
default: '0'
41+
selected:
42+
- landing_page
43+
- page
44+
languages:
45+
default: '1'
46+
selected: { }
47+
processor_settings:
48+
add_url: { }
49+
entity_status: { }
50+
entity_type: { }
51+
helfi_search_embeddings: { }
52+
tracker_settings:
53+
default:
54+
indexing_order: fifo
55+
options:
56+
cron_limit: 100
57+
delete_on_fail: true
58+
index_directly: false
59+
track_changes_in_references: true
60+
server: etusivu

0 commit comments

Comments
 (0)