-
-
Notifications
You must be signed in to change notification settings - Fork 249
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] Add stdWrap to filter.__pageSection #3936
Comments
dkd-friedrich
pushed a commit
to kitzberger/ext-solr
that referenced
this issue
Feb 23, 2024
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 } Resolves: TYPO3-Solr#3936
dkd-friedrich
pushed a commit
to dkd-friedrich/ext-solr
that referenced
this issue
Feb 23, 2024
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
pushed a commit
to kitzberger/ext-solr
that referenced
this issue
Feb 23, 2024
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 } Resolves: TYPO3-Solr#3936
dkd-friedrich
pushed a commit
that referenced
this issue
Feb 23, 2024
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 } Resolves: #3936
dkd-friedrich
pushed a commit
that referenced
this issue
Feb 23, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Currently it's not possible to use anything else but hardwired uids as parameter for the magic filter
__pageSections
.Describe the solution you'd like
Use the power of TypoScript to make it more flexible.
Target versions
11 and 12
The text was updated successfully, but these errors were encountered: