You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm involved in a project which uses haystack to handle cases like "display results which are in this category, sorted by date". We're using xapian-haystack. The ordering on the fields is... bizarre. Here's an example; the columns are: results[n].date, results[n+1].date, results[n].date >= results[n+1].date, and the ordering is '-date' (so the right column should always be True.)
In this particular query, only one item is out of order; I've also seen queries where most of the items are out of order. I am using haystack 1.2.X, xapian-haystack master.
The text was updated successfully, but these errors were encountered:
Incidentally, the ordering is always wrong in the same way, and this seems to be resolved by rebuilding the index. I'm waiting right now to see whether subsequent updates screw the order up again.
I'm involved in a project which uses haystack to handle cases like "display results which are in this category, sorted by date". We're using xapian-haystack. The ordering on the fields is... bizarre. Here's an example; the columns are: results[n].date, results[n+1].date, results[n].date >= results[n+1].date, and the ordering is '-date' (so the right column should always be True.)
In this particular query, only one item is out of order; I've also seen queries where most of the items are out of order. I am using haystack 1.2.X, xapian-haystack master.
The text was updated successfully, but these errors were encountered: