Case

enum Case : Enum<QueryStringValue.Case>

Case enum for ContentQueryStringValue.

Entries

Link copied to clipboard

Match query sensitive to case.

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.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int