Skip to content

Commit 2c8c3b5

Browse files
committed
doc: remove old TODO
Removed # TODO: we need to delete documents when a property is *reindexed* as add_text that does the reindexing uses replace_document that does an upsert operation. The original TODO was added when add_document was used to insert a document.
1 parent b6ece9e commit 2c8c3b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

roundup/backends/indexer_xapian.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
from roundup.backends.indexer_common import Indexer as IndexerBase
1010
from roundup.i18n import _
1111

12-
# TODO: we need to delete documents when a property is *reindexed*
13-
1412
# Note that Xapian always uses UTF-8 encoded string, see
1513
# https://xapian.org/docs/bindings/python3/introduction.html#strings:
1614
# "Where std::string is returned, it's always mapped to bytes in

0 commit comments

Comments
 (0)