Skip to content

[BUGFIX:12.1] Correct field name casing for subTitle and navTitle in TypoScript queryFields#4623

Merged
dkd-kaehm merged 1 commit intoTYPO3-Solr:release-12.1.xfrom
dkd-kaehm:ports/4618_12.1.x
May 1, 2026
Merged

[BUGFIX:12.1] Correct field name casing for subTitle and navTitle in TypoScript queryFields#4623
dkd-kaehm merged 1 commit intoTYPO3-Solr:release-12.1.xfrom
dkd-kaehm:ports/4618_12.1.x

Conversation

@dkd-kaehm
Copy link
Copy Markdown
Collaborator

The Solr schema defines subTitle and navTitle as camelCase field names, but the TypoScript configuration referenced them as subtitle and navtitle (all lowercase).
Since Solr field names are case-sensitive, both fields were indexed correctly but silently excluded from all search queries.

Fixes: #4617
Ports: #4618

…cript queryFields

The Solr schema defines subTitle and navTitle as camelCase field names, but the TypoScript configuration referenced them as subtitle and navtitle (all lowercase). Since Solr field names are case-sensitive, both fields were indexed correctly but silently excluded from all search queries.

Fixes: TYPO3-Solr#4617
Ports: TYPO3-Solr#4618
@dkd-kaehm dkd-kaehm merged commit a9a96ef into TYPO3-Solr:release-12.1.x May 1, 2026
4 of 12 checks passed
@dkd-kaehm dkd-kaehm deleted the ports/4618_12.1.x branch May 1, 2026 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants