diff --git a/README.md b/README.md index 6cb07899..0d9945c5 100644 --- a/README.md +++ b/README.md @@ -122,13 +122,12 @@ ls ./archive/*/index.json # or browse directly via the filesyste ## 🤝 Professional Integration -*[Contact us](https://zulip.archivebox.io/#narrow/stream/167-enterprise/topic/welcome/near/1191102) if your non-profit institution/org wants to use ArchiveBox professionally.* +*[Contact us](https://zulip.archivebox.io/#narrow/stream/167-enterprise/topic/welcome/near/1191102) if your institution/org wants to use ArchiveBox professionally.* - setup & support, team permissioning, hashing, audit logging, backups, custom archiving etc. - for **individuals**, **NGOs**, **academia**, **governments**, **journalism**, **law**, and more... -*All our work is open-source and primarily geared towards non-profits.* -*Support/consulting pays for hosting and funds new ArchiveBox open-source development.* +*We are a 501(c)(3) nonprofit and all our work goes towards supporting open-source development.*
diff --git a/archivebox/core/mixins.py b/archivebox/core/mixins.py index 4711dd0e..08c14a64 100644 --- a/archivebox/core/mixins.py +++ b/archivebox/core/mixins.py @@ -18,4 +18,4 @@ class SearchResultsAdminMixin: print(f'[!] Error while using search backend: {err.__class__.__name__} {err}') messages.add_message(request, messages.WARNING, f'Error from the search backend, only showing results from default admin search fields - Error: {err}') - return qs, use_distinct + return qs.distinct(), use_distinct