resultSet=Attachment.where("attachments.container_type IS NOT NULL AND filename LIKE :like ",like:"%#{keywords}%").
resultSet=Attachment.where("attachments.container_type IS NOT NULL AND (is_public = 1 OR author_id = #{User.current.id}) AND filename LIKE :like ",like:"%#{keywords}%").