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
6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
export const SEARCH_VECTOR_FIELD = {
|
|
name: 'searchVector',
|
|
label: 'Search vector',
|
|
description: 'Field used for full-text search',
|
|
} as const;
|