add support for multiple extension filters (#2019)

* add support for multiple extension filters

* update documentation, use ienumerable instead of ilist
This commit is contained in:
Eric Carlson
2019-10-03 05:53:33 -06:00
committed by Brendan Forster
parent ce5ea64428
commit 3e7c70cf4e
3 changed files with 35 additions and 11 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ var request = new SearchCodeRequest("auth")
Path = "app/assets",
// we may want to restrict the file based on file extension
Extension = "json",
Extensions = new[] { "json", "sql" },
// restrict search to a specific file name
FileName = "app.json",