Skip to content

feat: add search API endpoint#1031

Open
ttttmr wants to merge 1 commit intoanomalyco:devfrom
ttttmr:dev
Open

feat: add search API endpoint#1031
ttttmr wants to merge 1 commit intoanomalyco:devfrom
ttttmr:dev

Conversation

@ttttmr
Copy link

@ttttmr ttttmr commented Feb 25, 2026

  • Add /search endpoint to query models by name and provider
  • Generate search index and model shards at build time
  • Update README.md with search API documentation
  • Update frontend modal with search API usage

The search API supports:

  • q: search query (matches model ID or name)
  • provider: filter by provider ID
  • limit: limit number of results

Response format aligns with api.json structure for consistency.

- Add /search endpoint to query models by name and provider
- Generate search index and model shards at build time
- Update README.md with search API documentation
- Update frontend modal with search API usage

The search API supports:
- q: search query (matches model ID or name)
- provider: filter by provider ID
- limit: limit number of results

Response format aligns with api.json structure for consistency.
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