Hello,
I have a question regarding Proxima's data service. When searching for collection items we can user API this way:
http://localhost/jamroom/api/data/event/search?search1=title%20eq%20test
This search will return all the events which title is exactly "test".
Is there any other operator except equals (eq) which we can use for searching?
Is there operator like "contains" which would return all the events that contain "test" word in their title?
updated by @velibor-dragutinovic: 05/05/15 03:23:23AM