Hello,
In scriptcase dev environment, I establish a connection to a mysql database which is located on my production server. In this dev environment, when I’m doing a quick search on a grid by pressing ENTER after the keyword, it works well.
After deploying this project on the prod server (ubuntu 12.04, php 5.3, mysql 5.5, apache 2.2) if I do a quick search on the same grid by pressing ENTER after the keyword, it doesn’t work, and simply returns all the entries whithout search criteria applied. However it works when clicking on the search icon (magnifying glass).
Any idea why the dev and prod doesn’t have the same behavior?
Thanks.