Skip to content

feat(search): platform search request builder and runner#133

Open
steve-calvert-glean wants to merge 1 commit into
sc/platform-02-platform-pkgfrom
sc/platform-03-search-platform-lib
Open

feat(search): platform search request builder and runner#133
steve-calvert-glean wants to merge 1 commit into
sc/platform-02-platform-pkgfrom
sc/platform-03-search-platform-lib

Conversation

@steve-calvert-glean

Copy link
Copy Markdown
Collaborator

Library plumbing only, no behavior change: BuildPlatformSearchRequest maps CLI options onto the narrower platform shape (query, page_size, cursor, datasources via the dedicated field, remaining facet filters as generic filters); RunPlatformSearch calls POST /api/search and honors --timeout via context deadline (the platform body has no timeoutMillis). Not yet wired into cmd/search.

Part 3/9.

🤖 Generated with Claude Code

BuildPlatformSearchRequest maps CLI options onto the narrower platform
shape (query, page_size, cursor, datasources via the dedicated field,
remaining facet filters as generic filters). RunPlatformSearch calls
POST /api/search and honors --timeout via context deadline since the
platform request body has no timeoutMillis. Not yet wired into cmd/search.

Co-Authored-By: Claude Fable 5 <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.

1 participant