Fix TopicIndex in two ways:
1) items added to a topic index PythonFilteredSet could never be removed upon a reindex, even if they no longer evaluated to be true. This is fixed. 2) Casey informs me that a IITreeSet is better for this application that an IISet. This should be a transparent change simply by relying on the keys method, which both have, rather than the iterable IISet.
Showing
Please register or sign in to comment