Skip to content

Commit

Permalink
fix: add id qualifier to default fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen committed Sep 27, 2023
1 parent a6345e7 commit a7fe584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bombastic/model/src/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use sikula::prelude::*;
#[derive(Clone, Debug, PartialEq, Search)]
pub enum Packages<'a> {
/// Search by SBOM id
#[search]
#[search(default)]
Id(&'a str),
/// Search package name and package reference.
///
Expand Down

0 comments on commit a7fe584

Please sign in to comment.