ajayz15 / magja

Automatically exported from code.google.com/p/magja
1 stars 0 forks source link

OrderRemoteService -> using OrderFilter with 'created_at' property not working for me. #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello. 

I am using OrderRemoteService. I want to call method list(OrderFilter filter) 
method. When i create OrderFilter i want to get all orders which 'created_at' 
property is equals (or <= and >=) to some value. I use 'eq' operator, 
'2013-03-27' date format and 'created_at' property. Method does give me all 
orders regardless order filter i enter. If i look closely. there should be only 
some of orders which property 'created_at' is '2013-03-27'. I tried this in 
both versions 0.0.2 and 0.0.3 version of Magja. Am i doing something wrong?

Thank you and have a nice day!!!

Original issue reported on code.google.com by jurij.ka...@gmail.com on 10 Aug 2013 at 3:29