WordPress Plugin 1.0.33: Deleted Media Files No Longer Stay Searchable

· WordPress · Bug Fix · All updates

Deleting a document from your WordPress Media Library used to leave it searchable forever. Version 1.0.33 of the Opensolr Search plugin fixes that, along with a second problem where replacing a file left the previous version indexed alongside the new one.

01 Deletions now reach the index

Previously, removing a document from the Media Library removed it from your site but not from the index. Visitors kept finding a file that no longer existed, and the result led nowhere. The plugin now deletes the document from the index at the same time it leaves the Media Library.

02 Replaced files no longer duplicate

If you uploaded a replacement under a different name, the previous version stayed indexed. A single search could return both the old and the new file, with no way for a visitor to tell which one was current. The superseded version is now removed.

BEFORE Media Library delete not forwarded Index keeps old + new file AFTER Media Library add, replace, delete Index matches the library
Every Media Library action now reaches the index, instead of only uploads doing so.

03 New uploads are searchable at once

A newly uploaded PDF or Office document is indexed as soon as it is uploaded, rather than waiting for the next bulk ingestion run to pick it up.

No configuration change is needed. Update the plugin to 1.0.33 and the three behaviours apply to your existing index.
View the full changelog