summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/IndexController.php
diff options
context:
space:
mode:
authorhorus2020-07-19 20:45:16 +0200
committerhorus2020-07-19 20:45:16 +0200
commite91f5a849e93ac52073921690ea960d9ea5e08e0 (patch)
tree32b5658a3ef184c5d3f26c1c33c5cd5d8721d7c2 /app/Http/Controllers/IndexController.php
parentea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691 (diff)
downloadcurious-e91f5a849e93ac52073921690ea960d9ea5e08e0.tar.gz
Minor wording
Diffstat (limited to 'app/Http/Controllers/IndexController.php')
-rw-r--r--app/Http/Controllers/IndexController.php1
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);
});
}