search airports close #87
This commit is contained in:
@@ -12,7 +12,7 @@ class AirportRepository extends BaseRepository implements CacheableInterface
|
||||
use CacheableRepository;
|
||||
|
||||
protected $fieldSearchable = [
|
||||
'icao',
|
||||
'icao' => 'like',
|
||||
'name' => 'like',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user