v2.4.0+
Status: | effective |
Progress: | 50% |
Version: | 2.4.0+ |
Help:Entity deletion
From semantic-mediawiki.org
In previous releases (before Semantic MediaWiki 2.3.0) it could happen that a deleted entity (subject, property, object value) was still displayed as part of a query result.
The filtering of outdated entities (which includes deleted items) from query results is expected to be improved with Semantic MediaWiki 2.3.0 and Semantic MediaWiki 2.4.0.
In order to make full use of the improved process, previous items that have not been marked with :smw:delete
need to be removed from the ID_TABLE
by running rebuildData.php
with option -f
.
Items marked as deleted will be completely purged from the ID_TABLE
by the next run of the rebuildData.php
script.
See also[edit]
- https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/docs/releasenotes/RELEASE-NOTES-2.3.0.md#improved-handling-of-removed-entities-in-sqlstore
- https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/1216
- https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/1249
- mailing-l comment