On 12 Jun 11:59, Mathias Behrle wrote:
> * Cédric Krier: " [tryton-dev] What should be the search on: 1..42" (Thu, 12
>   Jun 2014 11:06:34 +0200):
> 
> > 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?
> 
> From a user perspective the search imitates 'from 1 to 42', which includes 42 
> in
> the selection.

What is the original of 'from 1 to 42'?


-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

Attachment: pgpGLs88cNbUg.pgp
Description: PGP signature

Reply via email to