Opensolr Changelog

Recent updates and improvements to the Opensolr platform.

Drupal × Fix ×

Drupal Aug 31, 2026

  • Fix Drupal Fix: Deleted or Replaced Documents No Longer Stay Searchable
    A deleted PDF stayed searchable forever. Removing a document from your Drupal site never removed it from the index, so visitors kept finding files that no longer existed and clicking through to nothing. Replacing a file under a different name was worse: the old text stayed in the index next to the new, and one search returned both versions. Documents are now kept in step as you delete, replace or unpublish them, and a newly uploaded document is searchable immediately rather than at the next bulk ingestion run.
  • Fix Drupal EXCLUDE ALL Elevation Rules Now Actually Apply to Every Query
    EXCLUDE ALL rules were saved but never applied. Hiding a result from every search wrote a rule that the search itself never read, so the result stayed exactly where it was. Elevation rules of this kind now apply to every query.
  • Fix Drupal Module 4.4.0: PIN and EXCLUDE Buttons on Search Results Finally Work
    Drupal module 4.4.0 — the PIN, EXCLUDE and EXCLUDE ALL buttons on your search results page did nothing. Every click came back with a permission error and no rule was saved, which means curating results from the page where you can actually see the problem had never worked since the buttons were added. They work now, and rules you create take effect on the next search.

Drupal Apr 10, 2026

Drupal Apr 9, 2026

Drupal Apr 4, 2026