mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing issue with autocomplete.
This commit is contained in:
parent
dbc59b74a3
commit
1b3445541a
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue