- submitting Thierry enhancements. Filter now uses special form to support more flexi...
authorTony Mack <tmack@cs.princeton.edu>
Wed, 16 May 2007 18:14:22 +0000 (18:14 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 16 May 2007 18:14:22 +0000 (18:14 +0000)
commit17ecc3d4ce286d9adb5181de54112c9a1a467043
treec4a3ee5512f594fb9dbc75e653f88bb822cec615
parenta1d891af0b66b24be830653e9f2fe136087504d5
- submitting Thierry enhancements. Filter now uses special form to support more flexible searches:
a field starting with < [  ] or > means less than or greater than
< > uses strict comparison
[ ] is for using <= or >= instead
example :  { '>time' : 1178531418 }
PLC/Filter.py