Escape a value for a single-quoted OData string literal (Azure AI Search $filter).
OData v4 also escapes ' by doubling. Azure additionally treats a backslash as an escape inside
some function arguments, so it is doubled too — harmless for values that contain none, which is
every legitimate value.
Escape a value for a single-quoted OData string literal (Azure AI Search
$filter).OData v4 also escapes
'by doubling. Azure additionally treats a backslash as an escape inside some function arguments, so it is doubled too — harmless for values that contain none, which is every legitimate value.