Skip to content

Commit 73da4ac

Browse files
committed
Add default parameter values for fulltext configuration
1 parent 992f193 commit 73da4ac

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/Resources/config/search/common.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
imports:
22
- { resource: common/asynchronous_indexing.yaml }
33
- { resource: common/field_value_mappers.yaml }
4+
- { resource: common/fulltext.yaml }
45
- { resource: common/page_indexing.yaml }
56

67
services:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
parameters:
2+
netgen_ibexa_search_extra.fulltext.meta_fields: []
3+
netgen_ibexa_search_extra.fulltext.boost: []

0 commit comments

Comments
 (0)