| Summary: | RFE: Provide advanced search/filtering capabilities in Copr web UI | ||
|---|---|---|---|
| Product: | [Community] Copr | Reporter: | Bohuslav "Slavek" Kabrda <bkabrda> |
| Component: | frontend | Assignee: | clime |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | clime |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-05 13:06:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Bohuslav "Slavek" Kabrda
2016-03-04 11:23:53 UTC
Please, see commit: https://github.com/fedora-copr/copr/commit/7588cac8d98d8aff5fab1a00a76e7a07551c378b and pull request: https://github.com/bkabrda/flask-whooshee/pull/13 These change-sets enable user to enter search queries like: "docker fedora x86_64" with the search results being sorted properly (best-fits first). I will additionally change the placeholder in our search bar to reflect this when everything is ready. This should roughly satisfy your first request: - I want to be able to filter repos based on having specific (set of) release(s) activated I have additionally commited https://github.com/fedora-copr/copr/commit/896f877089682edfdda21d2ecc8858b617356490 to satisfy your second request: - I want to be able to filter repos based on having a specific package built but there is an issue I was unable to solve so it is in a separate branch currently. Still, supposing the requests were sorted by their importance, I think that by satisfying just the first one, we should provide sufficient improvements for the time being (you can now search by release, release version, or even architecture and combine this together with a copr/user name if needed). There is a possibility to complement this improved search with actual filters (e.g. chroot filter) placed on the search-results page but I see that as "too much luxury" at the moment and I would like to have a new/separate feature request created specifically for this if users really desire it. Package including this fix has been deployed on production instance of Copr. |