We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992f193 commit 73da4acCopy full SHA for 73da4ac
lib/Resources/config/search/common.yaml
@@ -1,6 +1,7 @@
1
imports:
2
- { resource: common/asynchronous_indexing.yaml }
3
- { resource: common/field_value_mappers.yaml }
4
+ - { resource: common/fulltext.yaml }
5
- { resource: common/page_indexing.yaml }
6
7
services:
lib/Resources/config/search/common/fulltext.yaml
@@ -0,0 +1,3 @@
+parameters:
+ netgen_ibexa_search_extra.fulltext.meta_fields: []
+ netgen_ibexa_search_extra.fulltext.boost: []
0 commit comments