-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Bugthing that needs fixingthing that needs fixingPriority 1high priority issuehigh priority issueRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release
Milestone
Description
Current Behavior:
--searchopts is not making it into the options passed to search
Expected Behavior:
--searchopts is added to the options passed into search
Steps To Reproduce:
They are passed into prepareIncludes
Line 23 in 113b131
| include: prepareIncludes(args, npm.flatOptions.search.opts), |
And then ignored
Lines 70 to 74 in 113b131
| function prepareIncludes (args, searchopts) { | |
| return args | |
| .map(s => s.toLowerCase()) | |
| .filter(s => s) | |
| } |
Environment:
npm v7.6.0
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingPriority 1high priority issuehigh priority issueRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release