Service Where Clause
According to:
http://docs.appery.io/documentation/b...
I can add a constraint to my list service. I have two collections:
Organizations
Initiatives
where Initiatives has a Pointer column to Organizations. The column is called "organization".
I've created a List service for Initiatives. I've manually added a "where" parameter to the Request parameters. When I specify a default value of:
{"organization" : {"name" : "test"}}
it correctly filters the list to only those Initiatives that belong to the "test" organization. However, when I go to Test and enter the same where string there it returns no results.
What could be causing the issue?