rekor icon indicating copy to clipboard operation
rekor copied to clipboard

add support for intersection and union search

Open dsa0x opened this issue 1 year ago • 2 comments

Summary

This PR addresses this enhancement issue https://github.com/sigstore/rekor/issues/849, which suggested adding support for intersection and union search through the use of and and or operators.

Release Note

new: support for intersection and union search through the use of and and or operators.

Documentation

dsa0x avatar Aug 12 '22 08:08 dsa0x

Codecov Report

Merging #968 (f642f5e) into main (5019f3e) will decrease coverage by 7.22%. The diff coverage is 76.47%.

@@            Coverage Diff             @@
##             main     #968      +/-   ##
==========================================
- Coverage   48.15%   40.93%   -7.23%     
==========================================
  Files          61       69       +8     
  Lines        5401     6491    +1090     
==========================================
+ Hits         2601     2657      +56     
- Misses       2520     3551    +1031     
- Partials      280      283       +3     
Impacted Files Coverage Δ
cmd/rekor-cli/app/search.go 20.58% <50.00%> (+0.89%) :arrow_up:
pkg/api/index.go 41.44% <76.66%> (ø)
cmd/rekor-cli/app/pflags.go 85.71% <100.00%> (+0.38%) :arrow_up:
pkg/sharding/ranges.go 46.01% <0.00%> (-1.26%) :arrow_down:
pkg/types/alpine/v0.0.1/entry.go 54.77% <0.00%> (-1.25%) :arrow_down:
pkg/api/api.go 0.00% <0.00%> (ø)
pkg/api/public_key.go 0.00% <0.00%> (ø)
pkg/api/trillian_client.go 0.00% <0.00%> (ø)
pkg/api/entries.go 0.00% <0.00%> (ø)
... and 4 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Aug 12 '22 09:08 codecov-commenter

Oh wow, this is really cool!

dlorenc avatar Aug 14 '22 03:08 dlorenc