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)
- [ ] Bug report
- [ ] Performance issue
- [x] Documentation issue or request
Current behavior
Using Squidex GraphQL filter with a symbol like & converted to %26 is not finding the text on content. I have a content created with a some text fields and HTML field. When I try to find a content filtering by some of those fields and on the text I have and & it does not get the data.
Expected behavior
It should find the text I am looking for with the symbol
Minimal reproduction of the problem
- Create a schema with some text fields. One of them like HTML
- Add on the content text like something&other
- Through GraphiQL search the text something&other on the fields
- It should return the content with that text
Environment
App Name:
- [x] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version
Version: dev-7133
Browser:
- [x] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others:
On the left there is the query and the result, and on the right there is the content created with Redux&something text