persvr / rql

Resource Query Language
http://www.persvr.org/
267 stars 49 forks source link

Update README.md #64

Open burashka opened 9 years ago

burashka commented 9 years ago

lt("foo",3).gt("foo",10) => foo < 3 & foo > 10 - can not be gt("foo",3).lt("foo",10) => foo > 3 & foo < 10 - may be

klyngbaek commented 8 years ago

+1