Closed Bug 1500610 Opened 7 years ago Closed 7 years ago

Searchfox fails to find regular expression match

Categories

(Webtools :: Searchfox, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: nalexander, Unassigned)

Details

Observe the following line of https://searchfox.org/mozilla-central/rev/9cb3e241502a2d47e2d5057ca771324a446b6695/mobile/android/gradle.configure#61 ``` variant=variant(('official', 'withoutGeckoBinaries', 'noMinApi', 'photon'), 'debug'), ``` That should match https://searchfox.org/mozilla-central/search?q=inaries.*hoton&regexp=true&path=taskcluster but it doesn't, as of Friday, 2:28 PM, Pacific. (I don't know how to capture the state of the index at a time for reference.) All of the hits are in taskcluster/ci/build/android-stuff.yml. Are the quotes somehow tripping up the regular expression? Is . not matching everything in some way that I just don't know about?
Your query has a `taskcluster` path filter. Removing that finds the match.
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #1) > Your query has a `taskcluster` path filter. Removing that finds the match. Good lord, I'm so sorry.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
No worries, happens to me too :)
You need to log in before you can comment on or make changes to this bug.