14 lines
403 B
Plaintext
14 lines
403 B
Plaintext
|
plugin.tx_meilisearch.search.faceting = 1
|
||
|
plugin.tx_meilisearch.search.faceting.facets {
|
||
|
author {
|
||
|
label = Author
|
||
|
field = author
|
||
|
partialName = OptionsPrefixGrouped
|
||
|
}
|
||
|
}
|
||
|
|
||
|
page.includeJSFooterlibs {
|
||
|
solr-jquery = EXT:meilisearch/Resources/Public/JavaScript/JQuery/jquery.min.js
|
||
|
solr-options = EXT:meilisearch/Resources/Public/JavaScript/facet_options_controller.js
|
||
|
}
|