Files
twenty/packages
Félix MalfaitandCursor 05ae234b3b Improve search to split on hyphens, underscores, dots, and slashes
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>
2026-02-18 11:07:37 +01:00
..