- RSVP form: drop the "Votre numéro client (optionnel)" field (and its submit
wiring). Magic-link tokens still resolve the customer; matching falls back to
name/email/phone.
- Audience name filter: was a case-sensitive ERPNext `like` on customer_name only,
so "lpb" matched nothing (the account is C-LPB4 / "Louis-Paul Bourdon", matched via
account ID / mandataire). Now resolved via nameLikeCustomerIds — accent/case-
insensitive across customer_name + account name + mandataire + contact_name_legacy
(PG pool, REST fallback), intersected with the other filters. Confirms "Tous"
includes résiliés (include_resiliated) works end to end.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>