Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE:BP:11.5] Power up for magic filter __pageSection #3966

Conversation

dkd-friedrich
Copy link
Member

Before this it's required to define a hardcoded comma separated list of page uids. Now it's possible to use the power of TypoScript to fill it with all sorts of things.

This can e.g. look like:

plugin.tx_solr.search.query.filter {
__pageSections = TEXT
__pageSections.data = leveluid:0
}

Ports: #3937
Resolves: #3936

Before this it's required to define a hardcoded comma separated
list of page uids. Now it's possible to use the power of TypoScript
to fill it with all sorts of things.

This can e.g. look like:

plugin.tx_solr.search.query.filter {
  __pageSections = TEXT
  __pageSections.data = leveluid:0
}

Ports: TYPO3-Solr#3937
Resolves: TYPO3-Solr#3936
@dkd-friedrich dkd-friedrich changed the title [FEATURE] Power up for magic filter __pageSection [FEATURE:BP:11.5] Power up for magic filter __pageSection Feb 23, 2024
@dkd-friedrich dkd-friedrich merged commit 1c345bd into TYPO3-Solr:release-11.5.x Feb 23, 2024
8 checks passed
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