opensemanticsearch / open-semantic-search-apps

Python/Django based webapps and web user interfaces for search, structure (meta data management like thesaurus, ontologies, annotations and named entities) and data import (ETL like text extraction, OCR and crawling filesystems or websites)
https://opensemanticsearch.org/
GNU General Public License v3.0
95 stars 37 forks source link

Manual Tagging UI: Remove deleted tags from index #51

Open opensemanticsearch opened 5 years ago

opensemanticsearch commented 5 years ago

Deleted tags have to be removed from index, which can not yet be done by set instead of add tag fields, since automatic tags would be overwritten, which will be in separated field in the future.