Team-Tea-Time / laravel-forum

A slim, lean forum package designed for quick and easy integration in Laravel projects
https://laravel-forum.teamteatime.net/
MIT License
601 stars 165 forks source link

Search feature ? #191

Closed froid24 closed 6 years ago

froid24 commented 6 years ago

No Search feature? When the number of categories/threads/posts increases, this is a necessary feature... Otherwise finding something in a huge collection of posts might be too difficult...

Thanks.

Gummibeer commented 6 years ago

Search is too specific and there are a lot of packages out there that add search to eloquent models.

I don't want this package to mess with something that depends a lot on the used software (DB, Cache, Elastic etc) and a duplicates possible already existant search-service.

Riari commented 6 years ago

Exactly as Gummibeer said, the scope of this package is quite strict and doesn't include features that could arguably be implemented across an entire app instead of just the forums. That extends to things like WYSIWYG editors and attachments as well.