twenty/packages
Marie f0a2d38471
Improve search algorithm (#7955)
We were previously checking for matching with each search term
independently. Ex searching for "felix malfait" we were searching for
correspondances with "felix" and "malfait".
As a result record A with name "Marie-Claude Mala" and email
"ma.lala@email.com" had a biggest search score than record B "Felix
Malfait" with email felix@email.com for search "felix ma":
for record A we had 0 match with felix and 3 matches with "ma" ("marie",
"mala", "ma")
for record B we had 1 match with felix and 1 match with "ma" (with
"malfait").

So we want to give more weight to a row that would combine matches with
both terms, considering "felix malfait" altogether.
2024-10-22 15:47:16 +02:00
..
twenty-chrome-extension Use <label> HTML element when possible (#7609) 2024-10-13 20:04:24 +02:00
twenty-docker Refactor Redis connections to use Redis URL - closes #7421 (#7736) 2024-10-16 17:17:44 +02:00
twenty-e2e-testing E2E tests (#6717) 2024-08-27 11:07:10 +02:00
twenty-emails Make main the new 0.32 canary 2024-10-12 17:48:20 +02:00
twenty-front 7415 serverless functions update environment variables in a dedicated tab in settings functions not a env file (#7939) 2024-10-22 14:51:03 +02:00
twenty-server Improve search algorithm (#7955) 2024-10-22 15:47:16 +02:00
twenty-ui Migrate to twenty-ui utilities/screen-size (#7836) 2024-10-22 10:34:42 +02:00
twenty-utils Fix docs build in CI (#5826) 2024-06-11 19:06:37 +02:00
twenty-website fix(website): enable // in token form URL input (#7923) 2024-10-21 18:24:24 +02:00
twenty-zapier Fix zapier tests (#7568) 2024-10-10 16:34:34 +02:00