Fixing issue with autocomplete.

This commit is contained in:
Samuel Clay 2013-12-03 14:32:26 -08:00
parent dbc59b74a3
commit 1b3445541a

View file

@ -90,6 +90,7 @@ def feed_autocomplete(request):
if parts.hostname:
query = [parts.hostname]
query.extend([p for p in parts.path.split('/') if p])
query = ' '.join(query)
except:
logging.user(request, "~FGAdd search, could not parse url in ~FR%s" % query)