Suppose that acts_as_taggable need three models: Tag, Tagging, Article
Could tag search be realized using acts_as_ferret?
Suppose tags:“a”,“ab”,“abc”,If i wanted to get all the articles with tag
name including “a”, Could ferret satifisy this requirement?
Suppose that acts_as_taggable need three models: Tag, Tagging, Article
Could tag search be realized using acts_as_ferret?
Suppose tags:“a”,“ab”,“abc”,If i wanted to get all the articles with tag
name including “a”, Could ferret satifisy this requirement?
Yes, no problem at all. You just need to make sure that the tag field
is included in the index for the Article model.
Suppose that acts_as_taggable need three models: Tag, Tagging, Article
Could tag search be realized using acts_as_ferret?
Suppose tags:“a”,“ab”,“abc”,If i wanted to get all the articles with tag
name including “a”, Could ferret satifisy this requirement?
Yes, no problem at all. You just need to make sure that the tag field
is included in the index for the Article model.
Suppose that acts_as_taggable need three models: Tag, Tagging, Article
Could tag search be realized using acts_as_ferret?
Suppose tags:“a”,“ab”,“abc”,If i wanted to get all the articles with tag
name including “a”, Could ferret satifisy this requirement?
Yes, no problem at all. You just need to make sure that the tag field
is included in the index for the Article model.