Bug 1306570

Summary: The fulltext search does not find anything unless full repo name is used.
Product: [Community] Copr Reporter: Jan Pazdziora <jpazdziora>
Component: backendAssignee: Miroslav Suchý <msuchy>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: code, jpazdziora
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-02-11 14:15:12 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 Jan Pazdziora 2016-02-11 10:19:21 UTC
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:

Comment 1 Miroslav Suchý 2016-02-11 14:15:12 UTC
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.

Comment 2 Jan Pazdziora 2016-02-11 14:18:19 UTC
(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.