補競品 Feeder 搜尋詞 fallback 診斷
All checks were successful
CD Pipeline / deploy (push) Successful in 56s

This commit is contained in:
OoO
2026-05-13 12:49:03 +08:00
parent 28c95558ab
commit c227bb4078
2 changed files with 22 additions and 1 deletions

View File

@@ -145,7 +145,11 @@ def _build_search_keywords(momo_name: str) -> list:
elif parsed.keywords:
terms.append(" ".join(parsed.keywords[:4]))
except Exception:
pass
logger.debug(
"[Feeder] ProductNameParser failed while building search keywords; "
"fallback to cleaned product name",
exc_info=True,
)
return _dedupe_terms(terms)