Skip to content

fix: web SDK search module calls the deleted /search endpoints #226

Description

@rorybyrne

web/src/lib/sdk/search.ts still targets the /api/v1/search/{index} routes that were deleted when the unified /data/ surface replaced the search domain (PR #139, #137). Any UI path that invokes it gets a 404.

Either delete the module and the components that import it, or port them to the /data/ read surface (GET /data/{schema}/records + POST FilterExpr).

Related: #57 (deposition frontend) — worth resolving together with the frontend catalog/dashboard work.

Found while verifying #20, which is closed as obsolete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions