Search queries containing separator characters (e.g. "jean-pierre", "my_company", "acme.corp") now match individual sub-parts while still ranking the exact compound term higher. This uses an OR expression that combines the original term with the split parts, so "jean-pierre" becomes (jean-pierre:* | jean:* & pierre:*). Co-authored-by: Cursor <cursoragent@cursor.com>