The settings labels say:
- "Search in packages summary (slower search)"
- "Search in packages description (even slower search)"
This text is misleading and unnecessary. Searching by summary/description should not be slow. The search idle callback processes only 1 package per iteration, which makes it unnecessarily slow. Processing in batches (e.g. 50 at a time) achieves the same UI responsiveness but finishes much faster.
The label text should be removed and the search should be optimized to not need such a warning.
The settings labels say:
This text is misleading and unnecessary. Searching by summary/description should not be slow. The search idle callback processes only 1 package per iteration, which makes it unnecessarily slow. Processing in batches (e.g. 50 at a time) achieves the same UI responsiveness but finishes much faster.
The label text should be removed and the search should be optimized to not need such a warning.