google / zoekt

Fast trigram based code search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dedup results

hanwen opened this issue · comments

http://cs.bazel.build/search?q=converter&num=50

=>

lots of results from vendored versions of k8s.io/ client library.

We could pass the hash of the filename (uint64 ?), and use that to abbreviate duplicate results.

fixed by a3a34a5

for this query, lots of repos have it vendored at different versions, so some dups still show up.