Displaying 1 result from an estimated 1 matches for "cc00543ba0459cc8ceca25e89fe69e19".
2006 Jul 06
1
Re: [XapianBug 84] Enquire_set_sort_by_value() and friends have no effect
...ents From olly at survex.com 2006-07-06 16:36 -------
> I've just taken a look. The example script is actually working correctly.
>
> You should note that the sort uses a *STRING* compare as documented here:
>
> http://www.xapian.org/docs/apidoc/html/classXapian_1_1Enquire.html#cc00543ba0459cc8ceca25e89fe69e19
>
> So "100" < "20" < "3".
>
> I suspect you were expecting a numeric sort - if you want to sort numbers
> you'll need to left pad them with zeros or spaces at present.
>
>
>
> ------- You are receiving this mail because: -------
&g...