mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-19 15:01:22 +02:00
Restructure icon search to use a tiered ranking system: - Exact matches get highest priority (rank 0) - Prefix matches ranked by name length (rank 100+) - Contains matches ranked by relevance (rank 500+) - Fuzzy matches as fallback (rank 1000+) Also refactors InitCache to use switch statements for clarity and updates goutils submodule.