1 Repo
Logging of the final translated query sent to the search engine for debugging and verification.
Distinct from Query Debugging Middleware: Specifically targets the debugging of the translation layer from UI state to engine DSL, not general SQL logging.
Explore 1 awesome GitHub repository matching data & databases · Query Generation Logging. Refine with filters or upvote what's useful.
Searchkit is a search UI framework designed for building search interfaces with React and Vue that connect to Elasticsearch and OpenSearch backends. It provides a search query translation layer to convert frontend search states into engine-specific query languages and a result rendering engine to display hits, facet menus, and pagination. The framework includes a semantic search interface that enables vector-based nearest neighbor searches and natural language processing. It differentiates itself through an adapter-based translation system and a component-based UI mapping that connects search
Logs generated search queries to the console to allow developers to verify translation logic and filter overrides.