pombreda / djapian

Automatically exported from code.google.com/p/djapian
Other
0 stars 0 forks source link

Incorrect ordering #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Djapian sorts the results by calling:

enquire.set_sort_by_value_then_relevance(valueno, ascending)

In documentation to Xapian, the second parameter to the function is called 
`reversed`. Obviously the meanings of the parameters are opposite. It leads to 
incorrect ordering.

Original issue reported on code.google.com by i.virab...@gmail.com on 24 Jan 2011 at 12:46

GoogleCodeExporter commented 9 years ago

Original comment by daevaorn on 3 Feb 2011 at 6:37

GoogleCodeExporter commented 9 years ago

Original comment by esizi...@gmail.com on 21 Oct 2011 at 6:29