Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
hahmed committed Nov 3, 2015
1 parent 3f6297a commit 538b33b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,7 @@ Now we can further filter our search.
```csharp
var request = new SearchCodeRequest("auth")
{
// maybe we want to restrict the search to the file only
In = new[] { CodeInQualifier.File },

// or we can search the file and the path too
// we can restrict search to the file, path or search both
In = new[] { CodeInQualifier.File, CodeInQualifier.Path },

// how about we find a file based on a certain language
Expand Down

0 comments on commit 538b33b

Please sign in to comment.