mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 23:54:27 -04:00
Merge branch 'dev' into plugins-browsertrix
This commit is contained in:
commit
7aa0dd1571
2 changed files with 3 additions and 4 deletions
|
@ -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.*
|
||||
|
||||
<br/>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue