projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Search for usernames literally, not with func.lower().
[zzz-floof.git]
/
floof
/
lib
/
search.py
diff --git
a/floof/lib/search.py
b/floof/lib/search.py
index
f7ce65b
..
37d762d
100644
(file)
--- a/
floof/lib/search.py
+++ b/
floof/lib/search.py
@@
-1,4
+1,4
@@
-from floof.model
.art
import Art, Tag, TagText
+from floof.model import Art, Tag, TagText
def do_search(query):
tags = query.split()