search airports close #87

This commit is contained in:
Nabeel Shahzad
2018-01-03 20:07:34 -06:00
parent 1d74558abe
commit 80d68d6d14
4 changed files with 27 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ class AirportRepository extends BaseRepository implements CacheableInterface
use CacheableRepository;
protected $fieldSearchable = [
'icao',
'icao' => 'like',
'name' => 'like',
];