diff options
| author | horus | 2020-07-19 20:45:16 +0200 |
|---|---|---|
| committer | horus | 2020-07-19 20:45:16 +0200 |
| commit | e91f5a849e93ac52073921690ea960d9ea5e08e0 (patch) | |
| tree | 32b5658a3ef184c5d3f26c1c33c5cd5d8721d7c2 /app/Http/Controllers/IndexController.php | |
| parent | ea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691 (diff) | |
| download | curious-e91f5a849e93ac52073921690ea960d9ea5e08e0.tar.gz | |
Minor wording
Diffstat (limited to 'app/Http/Controllers/IndexController.php')
| -rw-r--r-- | app/Http/Controllers/IndexController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Http/Controllers/IndexController.php b/app/Http/Controllers/IndexController.php index 9f21bbb..da93efa 100644 --- a/app/Http/Controllers/IndexController.php +++ b/app/Http/Controllers/IndexController.php @@ -69,7 +69,6 @@ class IndexController extends Controller $query->where('name', 'like', $q); }) ->orWhere('title', 'like', $q) - ->orWhere('url', 'like', $q) ->orWhere('excerpt_html', 'like', $q); }); } |
