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

[BUG] Updating already indexed page to "no index" does not remove the page from the index #4037

Open
davidsteeb opened this issue May 13, 2024 · 1 comment

Comments

@davidsteeb
Copy link

Describe the bug
A previously indexed page is set to be excluded from search. This page no longer gets indexed, but is still visible (with potentially outdated content) in search results.
The workaround our editors are using is to disable the page and re-enable the page again.

To Reproduce

  • Find a page that is indexed.
  • Edit the page to exclude the page from being indexed.
  • That same page is still part of the search results.

Expected behavior
Changing the status of a page to "exclude from search" should instantly remove the page from the search index (like deleting a page or hiding a page does).

Used versions (please complete the following information):

  • TYPO3 Version: [e.g. 12.4.14]
  • EXT:solr Version: [e.g. 12.0.3]
@spoonerWeb
Copy link
Contributor

Can't confirm that issue.

  1. Searched for the page directly => Found it.
  2. Edited the page and set "Include in search" to no
  3. Page was removed automatically from table tx_solr_indexqueue_item
  4. Searched for the page directly => No result.

What did you do exactly to reproduce this issue? @davidsteeb

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

No branches or pull requests

2 participants