mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
The lazy path capped whoosh results at tool_search_limit (default 20) while eager ToolPanelViewSearch passes limit=None. Uniform-score matches truncate in doc-insertion order, so a tag query fanning out to 23 tools silently lost the last three (test_search_curated_tool_tags).