@ -1021,12 +1021,14 @@ class PollsController < ApplicationController
ifsearch_content.present?
@poll_users_list=@poll_users_list.joins(user::user_extension).where("CONCAT(lastname, firstname) like ? OR student_id like ?","%#{search_content}%","%#{search_content}%")