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.
web/src/lib/sdk/search.tsstill 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+POSTFilterExpr).Related: #57 (deposition frontend) — worth resolving together with the frontend catalog/dashboard work.
Found while verifying #20, which is closed as obsolete.