rtconner / laravel-tagging

Tag support for Laravel Eloquent models - Taggable Trait
MIT License
882 stars 168 forks source link

Problem with Article::allTags(); #29

Closed JackieDo closed 9 years ago

JackieDo commented 9 years ago

When i use Article::allTags(); in my ArticlesController, I got QueryException (42S22):

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'count' in 'field list' (SQL: select distinct `tag_slug`, `tag_name`, `count` from `tagging_tagged` where `taggable_type` = Article order by `tag_slug` asc)

I lookat my table "tagging_tagged", I don't see any field with name "count". Why I have this problem?

rtconner commented 9 years ago

Dag, how did my tests miss this. Ouch. Ok thanks.

rtconner commented 9 years ago

Fixed on tag 0.5.1