diff --git a/bookwyrm/books_manager.py b/bookwyrm/books_manager.py index 37a31766..461017a0 100644 --- a/bookwyrm/books_manager.py +++ b/bookwyrm/books_manager.py @@ -50,7 +50,7 @@ def get_or_create_connector(remote_id): books_url='https://%s/book' % identifier, covers_url='https://%s/images/covers' % identifier, search_url='https://%s/search?q=' % identifier, - priority=3 + priority=2 ) return load_connector(connector_info) diff --git a/bookwyrm/templates/search_results.html b/bookwyrm/templates/search_results.html index bd5096fe..14e5fbbd 100644 --- a/bookwyrm/templates/search_results.html +++ b/bookwyrm/templates/search_results.html @@ -1,32 +1,66 @@ {% extends 'layout.html' %} {% block content %} +{% with book_results|first as local_results %}
No books found for "{{ query }}"
+ {% else %} ++ Didn't find what you were looking for? +
+ + + +No books found for "{{ query }}"
- {% endif %} + + +