Opensolr Changelog
Recent updates and improvements to the Opensolr platform.
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
-
Fix
Opensolr Search for Drupal 3.3.3: Sitemap Registration on Save and Connect Fixed
Fixed Drupal module Save & Connect not registering the sitemap URL with the crawler. The sitemap is now registered on every Save & Connect and Save & Start Fresh. Also fixed Save & Start Fresh not deleting the previous index before creating a new one. Released as 3.3.3.
Drupal Apr 9, 2026
-
Fix
Drupal Query Elevation: Remove Button No Longer Shows Without Elevation Rules
Fixed Query Elevation REMOVE button appearing on results with no elevation rules. Visibility now controlled via CSS class specificity instead of inline styles, fixing conflicts between button display and hide states.
Drupal Apr 4, 2026
-
Fix
Drupal Module Safari and iOS Fixes: Show-More Buttons, Slider Loading, and Z-Index
Safari and iOS compatibility — fixed show-more buttons, async noUiSlider loading, expand dialog z-index above Drupal toolbar, mobile overflow handling. Show-more dialogs now use event delegation for reliable touch behavior.