bloop icon indicating copy to clipboard operation
bloop copied to clipboard

Add `path:` filter for semantic search

Open ggordonhall opened this issue 2 years ago • 0 comments

Adds a path: filter to semantic search queries. This will allow better navigation of monorepos (and large repos more broadly).

Unlike other filters path: is a substring match, so Which query filters are supported? path:server will match all relative_paths that contain the term server.

ggordonhall avatar Apr 25 '23 15:04 ggordonhall