-
I realized that `ORDER BY` doesn't work properly on `COUNT(DISTINCT x)` queries. Instead of adding the given sort field, it adds the `_count` field as a default sort field.
```
GET /_opendistro/_s…
-
Would be nice to be able to cache the result of the dsl queries in memcache, to avoid costly rountrips to the datastore.
Both datastore.execute {} and datastore.get() could benefit from such an approa…
-
On the rules list page, we inform users regarding rule errors. The errors are related only to the execution of the rule and not the execution of the connectors used by the rule. Informing users about …
-
**Is your feature request related to a problem? Please describe.**
When KEFCore is used with Apache Kafka Streams does not reports good performance due to its current usage.
The power of Apache Kafk…
-
I tend to be leery about generating code by string manipulation. We should consider using a DSL/AST for generating SQL queries. I just found out about [Octo.jl](https://github.com/wookay/Octo.jl), whi…
-
Currently, if I were to write a custom rule/query definition DSL in ClojureScript, the only choice would be to author macros that convert the new DSL into `defrule`'s or `defquery`'s in terms of the c…
-
For supporting a strongly-typed Query DSL, we should generate some runtime-queryable metadata for each field when deriving ElasticType.
That way we can capture properties of each field that might a…
-
### Expected behavior
DSL.trunc should respect the timezone in my timestamp with time zone field.
ie trunc('2019-05-02T10:10:20-07:00', DatePart.HOUR)
should return
'2019-05-02T10:00:00-07:00'
…
-
**Describe the bug**
Hi, we created Opensearch Dashboard URL by adding "https://hostname/app/discover#"+"?_g"+ encoded timeStart, timeEnd, index, and query. This URL applied the correct filter and go…
-
Hi, great library, I'm enjoying it. I would like to somehow support the `?` operator in my actix-web app. The actix-web HTTP handler's support a `Result` return value so that means `?` will work, but …