Posts by Drago 웃 • 19 points
1 post
-
1
votes1
answer46
viewsQ: Problem making a field search by date and id
I made a field search however I am not able to search by date or id. The database I use is Postgres, I’m using Laravel 5.2 framework public function scopeSearchByKeyword($query, $keyword) { if…