| 27 | * - Contains search (CONTAINS) |
| 28 | */ |
| 29 | export class FullTextIndex implements Index { |
| 30 | public readonly type = "fulltext" as const; |
| 31 | public readonly label: string; |
| 32 | public readonly property: string; |
nothing calls this directly
no outgoing calls
no test coverage detected