Skip to content

fix: add actiontemplates.GetByQuery so collection filters reach the server - #439

Draft
NickJosevski wants to merge 1 commit into
mainfrom
nj/actiontemplates-get-by-query
Draft

fix: add actiontemplates.GetByQuery so collection filters reach the server#439
NickJosevski wants to merge 1 commit into
mainfrom
nj/actiontemplates-get-by-query

Conversation

@NickJosevski

Copy link
Copy Markdown
Contributor

Fixes #437.

ActionTemplateSearch is the response shape of Search and carries no uri tags, so the fields passed to Get never reached the server — every call returned the default first page.

  • adds GetByQuery, taking the existing Query (which has the correct tags)
  • deprecates Get, left in place and unchanged
  • tests pin both behaviours against the collection template

…erver

ActionTemplateSearch is the response shape of Search and carries no uri
tags, so the fields passed to Get never reached the server and every call
returned the default first page. Deprecate Get and add GetByQuery, which
takes the existing Query.

Fixes #437

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

actiontemplates.Get never sends its filters: ActionTemplateSearch is missing uri tags

1 participant