Volafile / volafile-bugs

Volafile.org public bug tracker
17 stars 2 forks source link

Wildcards in searching #89

Closed lg188 closed 7 years ago

lg188 commented 10 years ago

e.g. -_.mkv filters out all the mkv files and -_gundam * .mkv should filter out all mkv files with gundam in it iirc ? is for one character

Or just implement regex?

laino commented 10 years ago

Doesn't that already work without '*"?

lg188 commented 10 years ago

Nope, try it yourself, there's still a bunch in the filelist right now.

laino commented 10 years ago

-(gundam & .mkv) proposed syntax

laino commented 10 years ago

But that's already way over the top for a simple search field

lg188 commented 10 years ago

or ext:mkv could work too

ghost commented 10 years ago

it would be kinda cool if I could write regex directly into the search bar, and the regex is just directly interpreted by js.