I'm currently trying to get some json data from mongoDB database, and I use restHeart plugin for make my query.
I need to filter my answer with all result that the property "_lastupdated_on" is lower than the current date.
I tried something like that but doesn't work :
http://test:8081/purge/colPurge?filter={'_lastupdated_on':{'$eq':'2016-03-03T14:33:00Z'}}
Any idea ?
Version mongo 3.2 / restheart 1.1.6
Dorian