google / zoekt

Fast trigram based code search
1.69k stars 113 forks source link

dedup results #15

Closed hanwen closed 7 years ago

hanwen commented 7 years ago

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.

hanwen commented 7 years ago

fixed by https://github.com/google/zoekt/commit/a3a34a545d81e4f24db286634e467be2395c2a61

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