Browse Source

Merge branch 'dev' into plugins-browsertrix

Nick Sweeting 1 year ago
parent
commit
7aa0dd1571
2 changed files with 3 additions and 4 deletions
  1. 2 3
      README.md
  2. 1 1
      archivebox/core/mixins.py

+ 2 - 3
README.md

@@ -122,13 +122,12 @@ ls ./archive/*/index.json                 # or browse directly via the filesyste
 
 
 ## 🤝 Professional Integration
 ## 🤝 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.  
 - setup & support, team permissioning, hashing, audit logging, backups, custom archiving etc.  
 - for **individuals**, **NGOs**, **academia**, **governments**, **journalism**, **law**, and more...
 - 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.* 
 
 
 <br/>
 <br/>
 
 

+ 1 - 1
archivebox/core/mixins.py

@@ -18,4 +18,4 @@ class SearchResultsAdminMixin:
             print(f'[!] Error while using search backend: {err.__class__.__name__} {err}')
             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}')
             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