2014-06-12 11:06 GMT+02:00 Cédric Krier <[email protected]>: > Hi, > > We get some astonishement with the current behavior of the client with > the range search syntax. > > Currently: `Field: 1..42` will become > > `[('field', '>=', 1), ('field', '<', 42)]` > > But it seems people expect: > > `[('field', '>=', 1), ('field', '<=', 42)]` > > One point about the current behavior is that you can slide the range by > the length and it will not contain any duplication. > > So what do you think?
For me I expect second option. An example: Holidays 1st of January to 31th of January => I understand 1st and 31th is closed. All inclusive.
