Hide Forgot
Description of problem: There is repo https://copr.fedorainfracloud.org/coprs/adelton/mod_auth_fixup/ It is possible to find it via https://copr.fedorainfracloud.org/coprs/fulltext/?fulltext=adelton%2Fmod_auth_fixup However, https://copr.fedorainfracloud.org/coprs/fulltext/?fulltext=adelton%2F* https://copr.fedorainfracloud.org/coprs/fulltext/?fulltext=adelton%2Fmod_* https://copr.fedorainfracloud.org/coprs/fulltext/?fulltext=mod_* and even https://copr.fedorainfracloud.org/coprs/fulltext/?fulltext=mod_auth_fixup do not find the repo. Version-Release number of selected component (if applicable): Copr as of today. How reproducible: Deterministic. Steps to Reproduce: 1. Try to find repo with something else than its full name (owner/name), for example with mod_auth_fixup or freeipa. Actual results: Search Results mod_auth_fixup No projects... Expected results: Projects / repos found. Additional info:
I forgot to rebuild indexes after reprovision. "adelton" now works. "adelton/*" IMHO never worked. I put the rebuild into ansible playbook, so next time we rebuild server indexes will be automatically rebuild.
(In reply to Miroslav Suchý from comment #1) > > I put the rebuild into ansible playbook, so next time we rebuild server > indexes will be automatically rebuild. Thank you.