Is your project Javascript or Typescript: Javascript
Describe the bug
Filter by text field with "&" symbol doesn't work. Search string is cut up to & symbol and no results with "is" operand
Steps to reproduce the behavior
Create any entity at collection type that text field contains ampersand (&) symbol.
Eg, create article with title "Test article & issue reproduce"
Go to list of collection type and using "Filters" button select text field, "is" operand and text with & symbol
Click "Add filter"
Check what filter is applied
Expected behavior
Filter should be applied correctly and display found record, like if there are no & symbol in search:
Additional context
Some details from network tab:
Request URL:
http://127.0.0.1:1337/content-manager/collection-types/api::article.article?page=1&pageSize=10&sort=title:ASC&filters[$and][0][title][$eq]=Test%20article%20&%20issue%20reproduce=
Query parameters that applied:
Bug report
Required System information
Describe the bug
Filter by text field with "&" symbol doesn't work. Search string is cut up to & symbol and no results with "is" operand
Steps to reproduce the behavior
Expected behavior
Filter should be applied correctly and display found record, like if there are no & symbol in search:
Additional context
Some details from network tab: Request URL:
http://127.0.0.1:1337/content-manager/collection-types/api::article.article?page=1&pageSize=10&sort=title:ASC&filters[$and][0][title][$eq]=Test%20article%20&%20issue%20reproduce=
Query parameters that applied: