I have defined category like this: ``` ruby category :type do tags.select{|tag| tag.tag_category_id==4 }.map(&:name) end ``` I'm returning array of tags from particular category as "type" category. But how do i search by tags?