From 88c741c09b664260f826ff947bfaab071ac70d05 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 3 Feb 2016 21:12:17 +0100 Subject: add site search, highlighting --- bin/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/index.php') diff --git a/bin/index.php b/bin/index.php index eb82df2..8ac08ce 100755 --- a/bin/index.php +++ b/bin/index.php @@ -61,6 +61,7 @@ $doc = new \DOMDocument(); $sx = simplexml_import_dom($doc); $indexDoc->url = $url; +$indexDoc->schemalessUrl = Helper::noSchema($url); $indexDoc->type = 'html'; $indexDoc->subtype = ''; $indexDoc->mimetype = $mimetype; -- cgit v1.2.3