Skip to content

marketplace search ignores query parameter #479

@retran

Description

@retran

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions