We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee8c36 commit a7d49b6Copy full SHA for a7d49b6
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+9.1.1 (2025-07-30):
5
+
6
+- fixed: correctly remove non-existing entity from search index
7
8
9.1 (2025-06-18):
9
10
- added: option to reindex one content type
elgg-plugin.php
@@ -9,7 +9,7 @@
return [
'plugin' => [
11
'name' => 'OpenSearch',
12
- 'version' => '9.1',
+ 'version' => '9.1.1',
13
'dependencies' => [
14
'search' => [
15
'position' => 'after',
0 commit comments