System Information
- Strapi Version: 3.5.4
- Database: MySql
Hi, in my users table I have a column for mobile number that contains mobile number with ISD code such as “+919999999999”. When I use GET API with filter parameters such as http://localhost:1337/users?mobile=+919999999999
I don’t receive expected data.