Summary
mxcli marketplace search returns the same 20 results regardless of the query string. The search filter is not applied.
Steps to Reproduce
mxcli marketplace search "Atlas UI"
mxcli marketplace search "zzzznonexistent"
mxcli marketplace search "Community Commons"
All three return the identical list of 20 items (Radiobutton List, LDAP, Microflow Timer, etc.), none of which match "Atlas UI" or "zzzznonexistent".
Expected
"Atlas UI" → returns Atlas UI Resources (content ID 104730)
"zzzznonexistent" → returns empty result or "no results found"
Actual
All queries return the same 20 items. The query parameter appears to not be passed to the marketplace API, or the API endpoint doesn't support filtering.
Environment
- mxcli v0.7.0-368-g5a109a0e
- macOS, valid PAT authenticated
Additional Notes
marketplace info <id> works correctly
- The API appears to be
/v1/content without query params for search
- Marketplace works even without authentication (after
auth logout)
Summary
mxcli marketplace searchreturns the same 20 results regardless of the query string. The search filter is not applied.Steps to Reproduce
All three return the identical list of 20 items (Radiobutton List, LDAP, Microflow Timer, etc.), none of which match "Atlas UI" or "zzzznonexistent".
Expected
"Atlas UI"→ returns Atlas UI Resources (content ID 104730)"zzzznonexistent"→ returns empty result or "no results found"Actual
All queries return the same 20 items. The query parameter appears to not be passed to the marketplace API, or the API endpoint doesn't support filtering.
Environment
Additional Notes
marketplace info <id>works correctly/v1/contentwithout query params for searchauth logout)