rtconner / laravel-tagging

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

suggest column #64

Closed DesmondPang closed 9 years ago

DesmondPang commented 9 years ago

I found that there is a column called "suggest" column on database table. What is its purpose?

rtconner commented 9 years ago

Just a tool for people to use for whatever they wanted to. Tag::suggested()->get() would return a list of "suggested" tags for whatever purpose you want to use that for.

I used it to suggest tags to end users instead of them typing in their own tags.

rtconner commented 9 years ago

https://github.com/rtconner/laravel-tagging/blob/laravel-5/docs/suggesting.md