fix: exclude labels from container search to prevent false positives #175

Closed
opened 2026-04-05 17:02:00 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Fizza-Mukhtar on 3/1/2026

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Fixes #2228

Problem

Container search was including Docker labels in searchable fields. This caused false positives when using Docker Compose, since all containers in a stack share the same compose file path in their labels.

Fix

Removed labels from the search fields. Labels are already accessible via their own dedicated column and popover, so excluding them from search gives more accurate results.

*Originally created by @Fizza-Mukhtar on 3/1/2026* ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. Fixes #2228 ## Problem Container search was including Docker labels in searchable fields. This caused false positives when using Docker Compose, since all containers in a stack share the same compose file path in their labels. ## Fix Removed labels from the search fields. Labels are already accessible via their own dedicated column and popover, so excluding them from search gives more accurate results.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#175