kentico_zdenekc
-
2/28/2013 8:56:18 AM
RE:REST GET - cannot query records by fields value
Hello all,
In a parallel discussion (direct support email conversation), we have found the cause of the issue.
The problem with non-functional /cms.user?where=... request is that without the /all parameter, the system preselects only the users from the current site (determined by the domain in the URL - matching a site domain name or domain alias). The former method internally used the SQL IN statement (with a set of IDs), which lead to query processor overload. We should improve it in the next week hotfix release (7.0.24), the internal logic will use inner select, so this shouldn't be an issue anymore.
Thank you for your patience and understanding. Regards, Zdenek
|