mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	Search: Populate search bar with ChannelId (#3805)
This commit is contained in:
		@@ -278,6 +278,7 @@ module Invidious::Routes::Channels
 | 
			
		||||
      return error_template(500, ex)
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    env.set "search", "channel:#{ucid} "
 | 
			
		||||
    return {locale, user, subscriptions, continuation, ucid, channel}
 | 
			
		||||
  end
 | 
			
		||||
end
 | 
			
		||||
 
 | 
			
		||||
@@ -65,7 +65,11 @@ module Invidious::Routes::Search
 | 
			
		||||
 | 
			
		||||
      redirect_url = Invidious::Frontend::Misc.redirect_url(env)
 | 
			
		||||
 | 
			
		||||
      env.set "search", query.text
 | 
			
		||||
      if query.type == Invidious::Search::Query::Type::Channel
 | 
			
		||||
        env.set "search", "channel:#{query.channel} #{query.text}"
 | 
			
		||||
      else
 | 
			
		||||
        env.set "search", query.text
 | 
			
		||||
      end
 | 
			
		||||
      templated "search"
 | 
			
		||||
    end
 | 
			
		||||
  end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user