@rfjs/es-query
Elasticsearch / OpenSearch query builder — compile a filter-tree to bool queries.
Install
pnpm add @rfjs/es-queryRelated tools
ES Query Builder
PreviewVisually build a boolean filter over sample JSON and see it compiled live to an Elasticsearch / OpenSearch bool query (valid for both).
▸ query
ES Client Runner
PreviewBuild a filter, compile it to an Elasticsearch / OpenSearch search body, and run it with the real @rfjs/es-client over a mock transport that truly filters the sample data (search · paginate · highlight).
▸ query