We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa17c4 commit 758ee35Copy full SHA for 758ee35
1 file changed
ietf/ipr/search.py
@@ -84,7 +84,7 @@ def search(request, type="", q="", id=""):
84
if q:
85
# normalize the draft name.
86
q = q.strip()
87
- q = re.sub("\.txt$","")
+ q = re.sub("\.txt$","",q)
88
q = re.sub("-\d\d$","",q)
89
start = InternetDraft.objects.filter(filename__contains=q)
90
if id:
0 commit comments