metacpan / metacpan-grep-front-end

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

Do a grep with file extension '*.p[ml]' #39

Open atoomic opened 6 years ago

atoomic commented 6 years ago

Context

When doing a search with '*.p[ml]' for file extension it also shows file that do not match these extensions like Changes, ...

https://grep.metacpan.org/search?size=20&q=test&qd=&qft=*.p%5Bml%5D

Expected result

only show .pl or .pm files in this example

Current result

seems like no filter is applied to files