Skip to content

Sort forum search results by last update, and display it

Chris Oelmueller requested to merge forum-search-date into master

What does this MR do?

  • sort forum search results by last update (most recent = top)
  • display date of newest post in each thread

How confident are you it won't break things if deployed?

Break? Unlikely. Performance might be impacted because the DB query has changed.

Links to related issues

How to test

Search for forum threads: when some exist, when none exist, when old and new ones exist, when old ones with new replies exist

Screenshots (if applicable)

image

Checklist

  • no unrelated changes
  • asked someone for a code review
  • set a "for:" label to indicate who will be affected by this change
  • use "state:" labels to track this MR's state until it was beta tested
  • added an entry to CHANGELOG.md
  • add a short text that can be used in the release notes

Release notes text

Die Suchergebnisse im Forum sind nun sortiert nach dem letzten Beitrag im Thema und zeigen dieses Datum auch an. Das macht es hoffentlich noch einfacher, zu finden, wonach ihr sucht!

Edited by Chris Oelmueller

Merge request reports