Case
Case enum for ContentQueryStringValue.
Entries
Link copied to clipboard
Match query insensitive to case, this only works for Latin-1 character sets.
Link copied to clipboard
Match query with input normalized (case insensitive). Works around Realms inability to sort or filter by case for non Latin-1 character sets. Expects the target field to contain normalized data.
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.