RobinBastiaan / scarfy

Interactive database of scouting Neckerchieves.
https://scoutscarf.net
2 stars 0 forks source link

Add fuzzy search #26

Open RobinBastiaan opened 2 years ago

RobinBastiaan commented 2 years ago

In the Scoutgroup index page, add fuzzy search on ScoutGroup.name and ScoutGroup.city.

$query->where('name', 'LIKE', '%' . $request->input('name') . '%');