API de busca do OpenAudit Brasil. Responsável por receber uma consulta textual, normalizar o termo e retornar uma lista de possíveis entidades (ex.: políticos) a partir de um catálogo canônico, com confidence e explanation para desambiguação humana.

api nodejs search-engine
2 Open Issues Need Help Last updated: Feb 28, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue requests the implementation of a `GET /health` endpoint to serve as a basic readiness/liveness check for the API. The endpoint should return a `{"status": "ok"}` payload with a 200 status code, be implemented using Fastify, include an integration test, and be documented in the project's README. This will enhance operability and simplify deployment and monitoring.

Complexity: 1/5
good first issue type:feature priority:medium area:api

API de busca do OpenAudit Brasil. Responsável por receber uma consulta textual, normalizar o termo e retornar uma lista de possíveis entidades (ex.: políticos) a partir de um catálogo canônico, com confidence e explanation para desambiguação humana.

#api#nodejs#search-engine

AI Summary: This GitHub issue outlines the creation of the initial Node.js and Fastify HTTP service for the `openaudit-search-api`. The goal is to establish a foundational project structure with routes for health and search, alongside modules for SQLite catalog access, matching logic, in-memory caching, structured observability (logs + request_id), and environment configuration, enabling easy community contribution.

Complexity: 3/5
good first issue priority:high type:chore area:tooling

API de busca do OpenAudit Brasil. Responsável por receber uma consulta textual, normalizar o termo e retornar uma lista de possíveis entidades (ex.: políticos) a partir de um catálogo canônico, com confidence e explanation para desambiguação humana.

#api#nodejs#search-engine