Page MenuHomePhabricator
Feed Advanced Search

Feb 1 2018

ilya.belopolsky added a comment to D18979: Make FileFinder's withName() + withSuffix() work like every other Query class.

@epriestley @yelirekim, to tighten up withName() to be an exact match for the find option, you would just need to preprocess the name string and escape special characters with a backslash (seems to be just *,?,[, and ] on both Mac and Linux).

Feb 1 2018, 8:38 PM