Displaying 1 result from an estimated 1 matches for "enquire_point".
Did you mean:
enquire_pointer
2006 Jun 15
1
enquire bug(?)
...he functions I think may not be working correctly is
Enquire_set_sort_by_value()
and
Enquire_set_sort_by_value_then_relevance()
Given a result set where each document has a unique number set on the
first value (0), I am trying to order the result by this value.
If I do
Enquire_set_order_by_value($enquire_pointer, 0, true);
that has the expected effect, and orders the results by the 0:th value
ascending.
If I do
Enquire_set_order_by_value($enquire_pointer, 0, false);
that has no effect whatsoever, the result is still ordered by relevance
only (it should order by the 0:th value descending).
If I do
Enqui...