metacpan / metacpan-grep-front-end

Grep Front end code
GNU General Public License v3.0
13 stars 13 forks source link

Grepping for a dist named Mojo.* behaves in a strange way. #7

Closed guest20 closed 7 years ago

guest20 commented 7 years ago
screen shot 2017-05-18 at 13 08 38

I had assumed that the dist name was a regex (a UX issue maybe).

For some reason Mojo.* was just ignored? The first match isn't as restricted in a way I would expect. There's no literal dot in the ABNF-Grammar, so it's not a glob and the dist name doesn't start with Mojo, so it's not a regex.

I guess that means that it's just matching everything?

atoomic commented 7 years ago

mmm seems like Mojo* does the job whereas Mojo.* just catch everything

This is probably the expected result there https://grep.metacpan.org/search?q=validate&qd=Mojo*&qft=

atoomic commented 7 years ago

should be ok once the server is restarted with the new code, need to confirm & close in a few

atoomic commented 7 years ago

seems ok now in production