Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
d02562c7
Commit
d02562c7
authored
Sep 10, 2020
by
Thomas Löffler
Browse files
Add minimum one fake field config, otherwise Solr does not index
parent
2decf7a4
Pipeline
#9591
passed with stages
in 5 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/ter_fe2/Configuration/TypoScript/Default/Plugins/Solr.typoscript
View file @
d02562c7
...
...
@@ -13,6 +13,11 @@ plugin {
table = tx_terfe2_domain_model_extension
additionalWhereClause = last_version > 0
indexer = T3o\TerFe2\Solr\IndexQueue\TerIndexer
# Add minimum one fake field configuration, otherwise Solr does not index
fields {
title = title
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment