-
Hi Jiren
I'm trying to filter on at nested field but I'm not sure how to accomplish this.
The returned JSON data looks like
"subject":[{"id":1,"name":"Dansk","language":1}]
The addCriteria loo…
-
**Describe the bug**
Generate a standard `cabal` config file with `cabal user-config init`, then modify a field within another field (e.g. `ar-location` within `program-locations`). Calling `cabal us…
-
Is it possible to specify sub-fields when creating Nodes?
I noticed I can set `moderation_state[state]` with just `moderation_state`.
I'm trying to populate an address and some Paragraph fields.…
-
Hi,
Is it possible to create nested fields like below:
{
"name": "james",
"address" : {"street": "111", "county" : "india"}
}
Thank you for the help.
-
### Description
The "lightdash generate" CLI does not handle STRUCT fields in BigQuery. It only creates an entry in the yaml file for the top level field.
### What problem does this solve?
…
-
With this struct:
```go
type Config struct {
Kafka struct {
CA string `default:"/etc/kafka-ca/tls/ca.crt" file_json:"Kafka.CA" file_yml:"ca"`
Cert string `default:"/etc/kafka/tls/user.cr…
-
Find nested fields in function `contains` and `matches` like what @bpancost did in commit
4d8b300 and eb64574 in PR number #17
-
Part of https://github.com/elastic/kibana/issues/1084
Similar to querying, aggregating on nested fields requires users to make some choices depending on what info seek. Imagine doing a terms aggreg…
-
The basic example for the DataRecord on page 91 includes the values of the fields within the fields, not really useful
The example for a DataRecord inside a DataArray on page 96 does have a separat…
-
## Overview
Following the launch of multi-vector support in k-NN nested fields, search results with inner hits currently return only the single highest-scoring nested document per parent document. …