Skip to content

Commit

Permalink
Merge pull request #369 from UN-OCHA/cafuego/ops-9789-search-indexer-fix
Browse files Browse the repository at this point in the history


fix: Export once the search blocks work.
  • Loading branch information
cafuego authored Nov 9, 2023
2 parents fcf1d1e + e3d61da commit 488a363
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 113 deletions.
1 change: 1 addition & 0 deletions config/language/es/search.page.node_search.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: Contenido
1 change: 1 addition & 0 deletions config/language/es/search.page.user_search.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: Usuarios
56 changes: 0 additions & 56 deletions config/language/es/views.view.watchdog.yml

This file was deleted.

1 change: 1 addition & 0 deletions config/language/fr/search.page.node_search.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: Contenu
1 change: 1 addition & 0 deletions config/language/fr/search.page.user_search.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: Utilisateurs
57 changes: 0 additions & 57 deletions config/language/fr/views.view.watchdog.yml

This file was deleted.

15 changes: 15 additions & 0 deletions config/search.page.node_search.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
uuid: 9e5d44fd-5d43-4eb6-9ff4-88fe38d6b84e
langcode: en
status: true
dependencies:
module:
- node
_core:
default_config_hash: 97tvtzGOa8_flb22CzSjgtm_YkiGMHvEBO-6q2K9V_U
id: node_search
label: Content
path: node
weight: -10
plugin: node_search
configuration:
rankings: { }
14 changes: 14 additions & 0 deletions config/search.page.user_search.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: 1c25cbef-dfb8-49d5-8a29-971e02d162a8
langcode: en
status: true
dependencies:
module:
- user
_core:
default_config_hash: k3aUaZXGDuhkek2TZIee0PApOPTvYZLadziekdyHA5A
id: user_search
label: Users
path: user
weight: 0
plugin: user_search
configuration: { }
22 changes: 22 additions & 0 deletions config/search.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
_core:
default_config_hash: hvVxL1G-ZCxaq32IZws0YsfuhvaDiQE_np-0g35KjUk
and_or_limit: 7
default_page: node_search
index:
cron_limit: 100
overlap_cjk: true
minimum_word_size: 3
tag_weights:
h1: 25
h2: 18
h3: 15
h4: 14
h5: 9
h6: 6
u: 3
b: 3
i: 3
strong: 3
em: 3
a: 10
logging: false

0 comments on commit 488a363

Please sign in to comment.