meilisearch/Configuration/TypoScript/Examples/IndexQueueNewsContentElements/setup.typoscript
2021-04-17 00:26:33 +02:00

18 lines
243 B
Plaintext

plugin.tx_meilisearch.index.queue {
news {
fields {
content {
cObject {
20 = SOLR_RELATION
20 {
localField = content_elements
foreignLabelField = bodytext
singleValueGlue = | |
}
}
}
}
}
}