Checklist
Description
Currently in the "Add Tags" and "Manage Tags" modals, there is a "View Limit" dropdown with the purpose of reducing lag when a user has a large number of tags in their library. This view limit is cumbersome and creates an issue where not all "priority" results are given at a time resulting in sub-par search results.

This is a request to improve the performance of the tag lists used here, so that no view limit is required and all tags can be searched for with a negligible delay when typing out a live search.
Solution
I believe the performance bottleneck is on the UI side, which means that a similar performance improvement to #1119 may be able to be made here.
Alternatives
I don't believe the bottleneck is on the database side, but if it is then there could possibly be query improvements, indexes created, etc.
Checklist
Description
Currently in the "Add Tags" and "Manage Tags" modals, there is a "View Limit" dropdown with the purpose of reducing lag when a user has a large number of tags in their library. This view limit is cumbersome and creates an issue where not all "priority" results are given at a time resulting in sub-par search results.

This is a request to improve the performance of the tag lists used here, so that no view limit is required and all tags can be searched for with a negligible delay when typing out a live search.
Solution
I believe the performance bottleneck is on the UI side, which means that a similar performance improvement to #1119 may be able to be made here.
Alternatives
I don't believe the bottleneck is on the database side, but if it is then there could possibly be query improvements, indexes created, etc.