fix: catalog_images SQL uses exact ILIKE match, not partial wildcard
Remove '%' || p_model || '%' — the chatbot passes the exact model number
extracted from the user's message, so no wildcard needed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>