fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
allow empty part name in bookmedia
[wolnelektury.git]
/
src
/
search
/
views.py
diff --git
a/src/search/views.py
b/src/search/views.py
index
64382e2
..
309db73
100644
(file)
--- a/
src/search/views.py
+++ b/
src/search/views.py
@@
-75,7
+75,7
@@
def hint(request):
limit = 20
authors = Tag.objects.filter(
limit = 20
authors = Tag.objects.filter(
- category='author', name__iregex='\m' + prefix).only('name', 'id', 'slug', 'category')
+ category='author', name_
pl_
_iregex='\m' + prefix).only('name', 'id', 'slug', 'category')
data = [
{
'label': author.name,
data = [
{
'label': author.name,