I have…
- [x] Read the following guideline: https://docs.squidex.io/01-getting-started/installation/troubleshooting-and-support. I understand that my support request might get deleted if I do not follow the guideline.
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [x] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
When making the following query:
query {
queryTeamsContentsWithTotal(top: 8, skip: 0, filter: "contains(data/displayName/iv, '%3F')", orderby: "data/displayName/iv") {
total
items {
data {
displayName {
iv
}
}
}
}
}
We get the following response from squidex:
{
"errors": [
{
"message": "Error trying to resolve field 'queryTeamsContentsWithTotal'.",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"queryTeamsContentsWithTotal"
],
"extensions": {
"code": "MONGO_COMMAND",
"codes": [
"MONGO_COMMAND"
]
}
}
],
"data": {
"queryTeamsContentsWithTotal": null
}
}
Expected behavior
It should return the results as normal, since ‘%3F’ is a hex encoded question mark
Minimal reproduction of the problem
See above
Environment
- [ ] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [x] Cloud version
Version: [VERSION]
Browser:
- [x] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others: