mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 13:42:12 -03:00
Implement search query variation generation to improve matching for multi-word tags: - Generate multiple query forms: original, underscore (spaces->_), no-space, last token - Execute up to 4 parallel queries with result merging and deduplication - Add smart matching with symbol-insensitive comparison (blue hair matches blue_hair) - Sort results with exact matches prioritized over partial matches This allows users to type natural language queries like 'looking to the side' and find tags like 'Looking_to_the_side' while maintaining backward compatibility with continuous typing workflows.