mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Re-enable searching for topic by id when using the split topic
interface.
This commit is contained in:
@@ -14,6 +14,7 @@ class SearchController < ApplicationController
|
||||
if params[:include_blurbs].present?
|
||||
search_args[:include_blurbs] = params[:include_blurbs] == "true"
|
||||
end
|
||||
search_args[:search_for_id] = true if params[:search_for_id].present?
|
||||
|
||||
search_context = params[:search_context]
|
||||
if search_context.present?
|
||||
|
||||
Reference in New Issue
Block a user