Skip to content

FEATURE: alternative search mode without regex#7

Open
BenjaminKobjolke wants to merge 5 commits intorholi:masterfrom
BenjaminKobjolke:master
Open

FEATURE: alternative search mode without regex#7
BenjaminKobjolke wants to merge 5 commits intorholi:masterfrom
BenjaminKobjolke:master

Conversation

@BenjaminKobjolke
Copy link

Screenshot

"use regex" checkbox

When checked you can search your files with regex syntax.

Examples for "file filter"

All files

*.*

Pdf files

*.pdf

All files containing "Test"

*Test*

All files starting with "Test"

Test*

With "use regex" unchecked the filename needs to contain every word you type (separated with a space).

Case will be ignored.

Examples for "file filter"

All files containing "Test"

Test

All files containing "Test" and "final"

Test final

Note that this mode will also search the extension of the file.

So if you want to only search pdf files use

Test pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant