diff --git a/isso/templates/admin.html b/isso/templates/admin.html
index 86c61c65..a849ccdf 100644
--- a/isso/templates/admin.html
+++ b/isso/templates/admin.html
@@ -74,9 +74,9 @@
Administration
diff --git a/isso/views/comments.py b/isso/views/comments.py
index 03b53746..6f354556 100644
--- a/isso/views/comments.py
+++ b/isso/views/comments.py
@@ -1428,7 +1428,9 @@ def login(self, env, req):
@apiQuery {Number{0,1}} [asc=0]
Ascending
@apiQuery {String} comment_search_url
- Search comments by URL
+ Search comments by URL. Both threads and individual comments are valid.
+ For example, a thread might have a URL like 'http://example.com/thread'
+ and an individual comment might have a URL like 'http://example.com/thread#isso-1'
@apiExample {curl} Listing of published comments:
curl 'https://comments.example.com/admin/?mode=1&page=0&order_by=modified&asc=1' -b cookie.txt