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?

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: [email protected]
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

Attachment: pgpzHCAwJq0fD.pgp
Description: PGP signature

Reply via email to