-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(scoop-search): Remove redundant 'bucket/' in search result #4773
Conversation
Actually, the It would be better to replace the |
The display of searched manifests is divided into several section, each belonging to a particular bucket with its name displayed at the begining of the section, so perhaps there's no need for it to appear again in the manifest. |
Then we should leave it as it is, because the instruction |
I think a common middle ground would be to make this result:
into
This will make it consistent with local bucket results. |
|
Notice the additional text beside the bucket header, that is not present in your commit |
But
|
Instruction for adding other known buckets is already given at the beginning of results, right |
changed accordingly |
You should make |
Do you mean the hint should only be shown for not added buckets? |
No, the regex. Not all bucket repo has manifest files in 'bucket' subfolder, they may be put in root folder and that's scoop's original bucket structure. |
First, currently the remote search only search the remote 'known' bucket, i.e. main, extras, nirsoft, etc, all of which put manifests under bucket directory. |
Any other issues? |
I've tweaked some code and now LGTM. |
…Installer#4773) * fix remote search * add hint * tweak * docs(changelog): Update CHANGELOG Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
Closes #4772