Skip to content

How do i define multiple values for category, and then search for it? #77

@USvER

Description

@USvER

I have defined category like this:

    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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions