This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Discovery doesn't delete stale data #1851
Open
Description
When a listing is withdrawn it will remain in the elasticsearch index and still be returned by discovery. It should either be removed from the index or discovery should be updated to not return those listings.
It appears that listings being updated shouldn't leave stale data behind because it gets reindexed in elasticsearch with the same id, but it might be worthwhile verifying.