{% if request.user.is_authenticated %}
- {% trans "Search for a book, user, or list" as search_placeholder %}
+ {% trans "Search for a book, author, user, or list" as search_placeholder %}
{% else %}
{% trans "Search for a book" as search_placeholder %}
{% endif %}
diff --git a/bookwyrm/templates/search/author.html b/bookwyrm/templates/search/author.html
new file mode 100644
index 000000000..d42c3b54f
--- /dev/null
+++ b/bookwyrm/templates/search/author.html
@@ -0,0 +1,17 @@
+{% extends 'search/layout.html' %}
+
+{% block panel %}
+
+{% if results %}
+