OpenLoco / ObjectEditor

A modern implementation of 'LocoTool' for dat file parsing
7 stars 3 forks source link

Search filtering in online mode always requeries #98

Closed LeftofZen closed 2 months ago

LeftofZen commented 2 months ago

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.