Steps to test

1. Run metadata migrations
2. Run sync-metadata on your workspace
3. Enable the following feature flags: 
IS_SEARCH_ENABLED
IS_QUERY_RUNNER_TWENTY_ORM_ENABLED
IS_WORKSPACE_MIGRATED_FOR_SEARCH
4. Type Cmd + K and search anything
This commit is contained in:
Marie
2024-10-03 17:18:49 +02:00
committed by GitHub
parent 4c250dd811
commit 5f9435c718
71 changed files with 1517 additions and 209 deletions

View File

@ -135,6 +135,7 @@ export const COMPANY_STANDARD_FIELD_IDS = {
favorites: '20202020-4d1d-41ac-b13b-621631298d55',
attachments: '20202020-c1b5-4120-b0f0-987ca401ed53',
timelineActivities: '20202020-0414-4daf-9c0d-64fe7b27f89f',
searchVector: '85c71601-72f9-4b7b-b343-d46100b2c74d',
};
export const CONNECTED_ACCOUNT_STANDARD_FIELD_IDS = {
@ -300,6 +301,7 @@ export const OPPORTUNITY_STANDARD_FIELD_IDS = {
noteTargets: '20202020-dd3f-42d5-a382-db58aabf43d3',
attachments: '20202020-87c7-4118-83d6-2f4031005209',
timelineActivities: '20202020-30e2-421f-96c7-19c69d1cf631',
searchVector: '428a0da5-4b2e-4ce3-b695-89a8b384e6e3',
};
export const PERSON_STANDARD_FIELD_IDS = {
@ -325,6 +327,7 @@ export const PERSON_STANDARD_FIELD_IDS = {
messageParticipants: '20202020-498e-4c61-8158-fa04f0638334',
calendarEventParticipants: '20202020-52ee-45e9-a702-b64b3753e3a9',
timelineActivities: '20202020-a43e-4873-9c23-e522de906ce5',
searchVector: '57d1d7ad-fa10-44fc-82f3-ad0959ec2534',
};
export const TASK_STANDARD_FIELD_IDS = {
@ -463,4 +466,5 @@ export const CUSTOM_OBJECT_STANDARD_FIELD_IDS = {
favorites: '20202020-a4a7-4686-b296-1c6c3482ee21',
attachments: '20202020-8d59-46ca-b7b2-73d167712134',
timelineActivities: '20202020-f1ef-4ba4-8f33-1a4577afa477',
searchVector: '70e56537-18ef-4811-b1c7-0a444006b815',
};