oscer-io / oscer

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

Implement simple search on resource index pages #158

Open bambamboole opened 4 years ago

bambamboole commented 4 years ago

This PR implements a simple search input which triggers a backend search of the resource. the columns which are searched can be configured vis the static resource property searchColumns

Screenshot 2020-05-07 at 21 59 29

Resolves #87