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 f51fa55 commit 941c984Copy full SHA for 941c984
1 file changed
ietf/ipr/search.py
@@ -96,7 +96,7 @@ def search(request, type="", q="", id=""):
96
doc = "RFC%04d" % int(q)
97
if start.count() == 1:
98
first = start[0]
99
- doc = str(start)
+ doc = str(first)
100
# get all related drafts, then search for IPRs on all
101
102
docs = related_docs(first, [])
0 commit comments