Interface: CollationOptions
Defined in: service-core/src/decorators/PersistenceDecorators.ts:12
The language-specific rules to use for string comparison in MongoDB collections.
See
https://www.mongodb.com/docs/v7.0/reference/collation/#std-label-collation
Properties
alternate?
optionalalternate?:string
Defined in: service-core/src/decorators/PersistenceDecorators.ts:18
backwards?
optionalbackwards?:boolean
Defined in: service-core/src/decorators/PersistenceDecorators.ts:20
caseFirst?
optionalcaseFirst?:string
Defined in: service-core/src/decorators/PersistenceDecorators.ts:15
caseLevel?
optionalcaseLevel?:boolean
Defined in: service-core/src/decorators/PersistenceDecorators.ts:14
locale
locale:
string
Defined in: service-core/src/decorators/PersistenceDecorators.ts:13
maxVariable?
optionalmaxVariable?:string
Defined in: service-core/src/decorators/PersistenceDecorators.ts:19
numericOrdering?
optionalnumericOrdering?:boolean
Defined in: service-core/src/decorators/PersistenceDecorators.ts:17
strength?
optionalstrength?:number
Defined in: service-core/src/decorators/PersistenceDecorators.ts:16