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

Skip hidden content/records on indexing #155

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

mbrodala
Copy link
Member

@mbrodala mbrodala commented Jan 6, 2025

The "visibility" aspect set up by the TYPO3 CommandApplication includes hidden content (and thus records) by default. This can be seen especially when using the Extbase persistence during the indexing process. Related objects ignore any enable fields and are loaded unconditionally.

This whole topic very likely needs further investigation and additional restrictions (e.g. skip hidden pages and scheduled records) but left for another change.

@mbrodala mbrodala force-pushed the index-command-skip-hidden-content branch from 76e2352 to b20137a Compare January 6, 2025 13:54
The "visibility" aspect set up by the TYPO3 CommandApplication includes
hidden content (and thus records) by default. This can be seen
especially when using the Extbase persistence during the indexing
process. Related objects ignore any enable fields and are loaded
unconditionally.

This whole topic very likely needs further investigation and additional
restrictions (e.g. skip hidden pages and scheduled records) but left for
another change.
@mbrodala mbrodala force-pushed the index-command-skip-hidden-content branch from b20137a to 9dd2cfd Compare January 6, 2025 15:04
@mbrodala mbrodala merged commit d4249b0 into master Jan 6, 2025
7 checks passed
@mbrodala mbrodala deleted the index-command-skip-hidden-content branch January 6, 2025 15:07
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.

1 participant