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
Add search_by_index() which performs zero-I/O substring matching:
- Iterates cached app names for name matches
- Iterates cached binary names for binary-only matches
- Only JSON-parses manifests for apps that matched
- Guard clause returns early on null/empty query
Uses IndexOf() with OrdinalIgnoreCase for case-insensitive
substring matching, consistent with SQLite LIKE '%query%' behavior.
0 commit comments