{
"yql": "select * from sources post where text contains \"brandmüller\";",
"locale": "en"
}
The query does not yield the expected results.
If I change the query from brandmüller to Brandmüller (titlecase) or locale to de, everything works.
Admittedly, this feature is clever, because Brandmüller is right. But for some reasons I would prefer to simply ignore the case. Is there an option to disable the uppercase/lowercase feature in the query api?