TYPO3-Solr / ext-solr

A TYPO3 extension that integrates the Apache Solr search server with TYPO3 CMS. dkd Internet Service GmbH is developing the extension. Community contributions are welcome. See CONTRIBUTING.md for details.
GNU General Public License v3.0
136 stars 245 forks source link

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

Open davidsteeb opened 1 month ago

davidsteeb commented 1 month ago

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

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):

spoonerWeb commented 1 month ago

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