mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-06-10 09:33:02 +00:00
* perf: create sqlite indexes for common columns * perf: optimize Library.search_tags * fix(tag_search): do ordering before applying limit * tag_search: order shorter tag names first * update tests * cleanup * tag_search: use same sorting order when returning all tags * use dict for deduplicating tags * fix(tag_search): return descendants instead of ancestors * perf(tag_search): remove slow calls to method `Library.tags`