[PR #1333] Text Search and Filters don't work at the same time in the web UI #1316 #2892

Closed
opened 2026-03-01 18:01:03 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/ArchiveBox/ArchiveBox/pull/1333

State: closed
Merged: Yes


Making sure to return distinct results. Changing set operation to '&' to show the matching results from filters AND search term

Fixes: https://github.com/ArchiveBox/ArchiveBox/issues/1316

Summary

The fix involves adjusting the combination of filter and search results to avoid duplicates. Instead of using the "or" (|) operation, consider using a method that ensures the snapshots appearing in the result set satisfy both the filter conditions and the search term. This adjustment aims to eliminate duplicate entries in the combined result.

Before the fix:
image

After the fix:
image

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Snapshot data layout on disk
**Original Pull Request:** https://github.com/ArchiveBox/ArchiveBox/pull/1333 **State:** closed **Merged:** Yes --- Making sure to return distinct results. Changing set operation to '&' to show the matching results from filters AND search term Fixes: https://github.com/ArchiveBox/ArchiveBox/issues/1316 # Summary The fix involves adjusting the combination of filter and search results to avoid duplicates. Instead of using the "or" (|) operation, consider using a method that ensures the snapshots appearing in the result set satisfy both the filter conditions and the search term. This adjustment aims to eliminate duplicate entries in the combined result. Before the fix: ![image](https://github.com/ArchiveBox/ArchiveBox/assets/47631351/5c69e53e-2fcf-457b-bf69-d4b83f23960a) After the fix: ![image](https://github.com/ArchiveBox/ArchiveBox/assets/47631351/2438e933-061e-48aa-9c94-edb6fe791a68) # Changes these areas - [x] Bugfixes - [ ] Feature behavior - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture - [ ] Snapshot data layout on disk
kerem 2026-03-01 18:01:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#2892
No description provided.