first commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Important: This file is deprecated and will removed with EXT:meilisearch 12.x
|
||||
@import 'EXT:meilisearch/Configuration/TypoScript/Examples/IndexQueueNewsContentElements/setup.typoscript'
|
@@ -0,0 +1,17 @@
|
||||
|
||||
plugin.tx_meilisearch.index.queue {
|
||||
news {
|
||||
fields {
|
||||
content {
|
||||
cObject {
|
||||
20 = SOLR_RELATION
|
||||
20 {
|
||||
localField = content_elements
|
||||
foreignLabelField = bodytext
|
||||
singleValueGlue = | |
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user