Files
TagStudio/tests
TheBobBobs 47c3d5338f perf: Optimize searching tags with DB indexes (#1129)
* 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`
2026-05-10 22:48:30 -07:00
..