Order by relevance is default, but shows up as order by date

Issue #1877 resolved
Former user created an issue

Searching for a string in the default search field returns a postlist which is sorted by relevance. Still, in the dialog behind the gear-wheel, "date" is selected.

Comments (5)

  1. Daniel Zoller

    To be 100% correct: the order relevance or date has nothing to do with the ordering behind the gear-wheel

    While the relevance|date order is done with all posts stored in lucene or the database the gear wheel order is applied after the logic has returned the posts matched by the parameters of the request.

    The reported problem exists on the /tag page with order 'folkrank' too (since the redesign).

    Merging these two orders isn't easy and needs some time.

  2. Log in to comment