Elastic

Elastic Search

This section is all about using Elastic Search with Cockroach DB and GraphQL. Sometimes SQL just doesn’t cut it for the kind of searching that’s required nowadays, and you need to use something that’s designed […]

Elastic

Flattening arrays for Elastic Search

The data that comes back from GraphQL is not ideal for input to Elastic Search which is designed for full-text searching, which means it loses context when searching arrays. Consider this response from some fictional […]