Skip to content

core: Fix ontology updates on FTS properties

Carlos Garnacho requested to merge wip/carlosg/update-fts-ontology into master

As the last nco:phoneNumber FTS property removal shown, we do seem to be missing the ontology update of the FTS property (i.e. modifying or removing nrl:fulltextIndexed).

Handle that, so that we are not left with the stale property value, possibly confusing things.

Merge request reports