mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 14:24:54 +00:00
Searching for a specific setting only showed results from the current selected category. Before fixing fd02856, it automatically redirected the user to all_results. This was a problem because the redirect always happened and there was no way to share a link to a specific category. The fix to this bug is to simply redirect the user to all_results if there are no results to be displayed.