File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,11 +168,11 @@ type PackageSearchOptions struct {
168
168
RepoID int64
169
169
Type Type
170
170
PackageID int64
171
- Name SearchValue // only results with the specific name are found
172
- Version SearchValue // only results with the specific version are found
171
+ Name SearchValue // only results with the specific name are found
172
+ Version SearchValue // only results with the specific version are found
173
173
Properties map [string ]string // only results are found which contain all listed version properties with the specific value
174
174
IsInternal bool
175
- HasFileWithName string // only results are found which are associated with a file with the specific name
175
+ HasFileWithName string // only results are found which are associated with a file with the specific name
176
176
HasFiles util.OptionalBool // only results are found which have associated files
177
177
Sort string
178
178
db.Paginator
You can’t perform that action at this time.
0 commit comments