Skip to content

Commit

Permalink
Update search parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
milanvarady committed Jan 11, 2025
1 parent c7263f2 commit fee0221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Applite/Model/Cask Models/Cask/Cask+Searchable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extension Cask: Searchable {
nonisolated var weightedSearchProperties: [FuseProp] {
return [
FuseProp(self.info.name, weight: 1),
FuseProp(self.info.fullToken, weight: 1),
FuseProp(self.info.token, weight: 1),
FuseProp(self.info.description, weight: 0.3)
]
}
Expand Down

0 comments on commit fee0221

Please sign in to comment.