You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like QueryFilter does not use include_external. We could solve this in at least two ways:
Create a new QueryFilter with includes_external
This leads to an increase in indexed collections (more disk space used), and will make indexing slower.
Filter afterwards
Keep the indexed collections intact. Always pass include_external=true to tpf. This leads to some runtime overhead, although iterating over subjects should not be that expensive.
External resources are appearing in Collections with
include_external
set to false.Relates to #316
The text was updated successfully, but these errors were encountered: