Remove content type lookup when clearing cached values #13544
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Proposed Changes
Justification
When trying to debug the issue for #13507, I wanted to clear my existing cache so I ran
./manage.py reindex
expecting all values to be removed including any plugins that have been uninstalled. However, that was not the case and my search was still broken as the plugin values still existed withinCacheValue
The text was updated successfully, but these errors were encountered: