If you search-filter in online mode, the code previously attempted to search the entire index. This is fine locally when the index is in-memory - but it is not fine when the object service is re-queried every singe time. Since we've alreadt downloaded list we can just use the cached version of this instead.
If you search-filter in online mode, the code previously attempted to search the entire index. This is fine locally when the index is in-memory - but it is not fine when the object service is re-queried every singe time. Since we've alreadt downloaded
list
we can just use the cached version of this instead.