oscer-io / oscer

A simple CMS and blogging platform as a Laravel package
https://oscer.io/
MIT License
9 stars 2 forks source link

Think about search #129

Open emanueljacob opened 4 years ago

emanueljacob commented 4 years ago

General:

Packages:

bambamboole commented 4 years ago

As discussed, we need to add simple mysql search. Later on we can have a look in how we introduce scout :-)

We need to introduce a property which columns can be searched and then we need to build up a simple query with where clauses for a model which is declared as Searchable.