Skip to content
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

🐛 [BUG] Microsoft To Do not listed in search result. #260

Closed
1 task done
huxuan opened this issue Feb 6, 2020 · 4 comments
Closed
1 task done

🐛 [BUG] Microsoft To Do not listed in search result. #260

huxuan opened this issue Feb 6, 2020 · 4 comments

Comments

@huxuan
Copy link

huxuan commented Feb 6, 2020

Your Environment

  • mas version: 1.6.3
  • macOS version (system_profiler SPSoftwareDataType -detailLevel mini): 10.15.3

mas Install Method

  • brew install mas (homebrew-core)
  • [] mas-cli/tap
  • [] .pkg installer from releases
  • [] Built from source
    • Fork/branch: ? (e.g. mas-cli/master)
    • Xcode version: 10.?

Describe the Bug

A clear and concise description of what the bug is.

I tried todo, "To Do", Microsoft as keyword, but it is not listed in the search result.

To Reproduce

Steps to reproduce the behavior:

  1. Run mas search Microsoft

Expected Behavior

A clear and concise description of what you expected to happen.

Microsoft To Do should be listed in the search result.

Actual Behavior

A clear and concise description of what actually happened.

Microsoft To Do is not listed in the search result.

The actual id is 1274495053.

Screenshots, Terminal Output

If applicable, add screenshots to help explain your problem.

$ mas search Microsoft
...

Additional Context

Add any other context about the problem here.

Did it work in a previous version?

No, I just knew mas and really appreciate this awesome tool.

@huxuan huxuan added the 🐛 bug label Feb 6, 2020
@nyg
Copy link

nyg commented Feb 19, 2020

My guess is that the issue is in the StoreSearch file. If the attribute=allTrackTerm is removed from the API URL the result will appear. The problem is that other somewhat irrelevant results may also appear (e.g. with "slack", going from 5 to 36 results).

I haven't been able to find out to which fields this attribute=allTrackTerm restricts the search. What is clear is that with it, the field trackName is not searched, which seems kind of strange to me. Could this be a bug with the iTunes API?

Many other softwares are impacted by this (MacFamilyTree brought me here). Here are the other related issues which I believe will be fixed when this one is too. #176, #220, #221, #258

@huxuan
Copy link
Author

huxuan commented Feb 20, 2020

OK, got that. Thanks for the response and explanation. Then I will close this issue due to redundancy.

@phatblat
Copy link
Member

This is fixed now in mas 1.6.4

↪ mas search microsoft
   462054704  Microsoft Word                                                                         (16.37)
   784801555  Microsoft OneNote                                                                      (16.37)
   462058435  Microsoft Excel                                                                        (16.37)
   462062816  Microsoft PowerPoint                                                                   (16.37)
   985367838  Microsoft Outlook                                                                      (16.37)
  1274495053  Microsoft To Do                                                                        (2.17)
  1295203466  Microsoft Remote Desktop                                                               (10.3.10)

@huxuan
Copy link
Author

huxuan commented May 14, 2020

That's great! Thanks! @phatblat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants