zoekt: 10 files / 18 matches / 0.26ms neogrok: 10 files / 18 matches

github.com/isker/neogrokREADME.md 1 match | Markdown | №1

github.com/sourcegraph/zoektgrpc/protos/README.md 1 match | Markdown | №2

github.com/sourcegraph/zoektinternal/syntaxutil/README.md 1 match | Markdown | №3

github.com/sourcegraph/zoektcmd/zoekt-sourcegraph-indexserver/grpc/protos/README.md 1 match | Markdown | №4

github.com/sourcegraph/zoektREADME.md 1 match | Markdown | №5

54 $GOPATH/bin/zoekt 'hello'55 $GOPATH/bin/zoekt 'hello file:README'56

github.com/sourcegraph/zoektdoc/query_syntax.md 2 matches | Markdown | №6

165 166 3. **Find files named `README.md` in forks**:167 ```plaintext168 file:"README.md" fork:yes169 ```

github.com/sourcegraph/zoektinternal/archive/index.go 1 match | Go | №7

46 // https://github.com/octokit/octokit.rb/commit/3d21ec53a331a6f037a91c368710b99387d012c147 // https://github.com/octokit/octokit.rb/blob/master/README.md48 // https://github.com/octokit/octokit.rb/tree/master/lib

github.com/isker/neogroksrc/routes/syntax/+page.svelte 6 matches | Svelte | №8

129 a file and in the <em>name</em> of the file:130 <ExampleQuery query="README" /> matches both file names and file contents (though131 the search engine tends to rank files containing file name matches higher than
135 with136 <code>file:</code>, like <ExampleQuery query="file:README" />. (137 <code>f:</code> is an equivalent abbreviation for <code>file:</code>).
141 expressions is <code>content:</code> or <code>c:</code>.142 <ExampleQuery query="content:README" /> produces only matches that occur in143 the content of files.
176 <td class="p-1">177 <ExampleQuery query="f:README" />178 <br />179 <ExampleQuery query="f:README neogrok" />180 <br />

github.com/isker/neogroksrc/routes/(search-page)/lander.svelte 3 matches | Svelte | №9

41 <li>42 <ExampleQuery query="file:README test" />43 <span class="text-xs">
114 <li>115 <ExampleQuery query="README" />116 <span class="text-sm"> vs </span>117 <ExampleQuery query="README case:no" />118 </li>

github.com/sourcegraph/zoektindex/file_category_test.go 1 match | Go | №10

46 name: "documentation file",47 filename: "README.md",48 content: []byte("# Documentation"),