content/results still showing up in block after deletion
backdrifting - May 15, 2009 - 04:27
| Project: | Similar By Terms |
| Version: | 6.x-1.8 |
| Component: | User interface |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Strange issue - I've deleted a couple tags from the vocab I'm using for my Similar By Terms content and also deleted the vocab from a specific content type. However the similar by terms content in the block is still appearing after making these deletions- the content should also be deleted from the block but it's still showing up.
I've cleared my main Drupal cache and my blocks cache but the content still shows.
Any suggestions? Is there something in the db that I need to delete manually?
BTW (this is a similar issue to this post: http://drupal.org/node/293834)
-backdrifting

#1
backdrifting,
This issue is likely already resolved for you. But the results are cached to reduce the load on the sql server. By default it is cached for 1 hour if I remember right. So the list will take 1 hour before it will purge deleted items. There is an option to clear everything out of the cache in the settings.
Thanks
Robert
PS. Regarding #293834: Results not changing after deleting nide. That issue was fixed some time ago. When I removed Drupal default caching. Since then I added custom caching that you can control. There is always a trade off with caching. You have found the negative part.