-
### What's the use case?
Dagster currently provides a handy query filter DSL (e.g., `+my_asset+`) when looking at the Asset graph. However, for larger DAGs, it can be difficult to view them all in th…
-
Reproduction:
```
>>> from elasticsearch_dsl import Search
>>> search_with_post_filter = Search(index='product').post_filter('terms', categories=['B'])
>>> search_with_post_filter.count()
2818
>>> se…
-
The search on title (home page and topoguide search) provides weird results. For instance, the exact word match is often not ranked first. This is probably due to an incorrect configuration of the ela…
-
### Expected Behavior
One can lookup extensions by both name and type without relying on casting from the Java API and both Groovy and Kotlin DSLs.
The extension container holds type information…
-
There is a proposal for a new HTTP method called "QUERY", which looks like it should make it into an RFC relatively quickly since it should be rather uncontroversial:
https://www.ietf.org/archive/i…
-
Starting this issue for discussion about a declarative translator DSL design. The dynamically-loaded python modules we've got now get the job done, but are vulnerable to malicious or accidentally-dam…
-
**What is the bug?**
CSV with filter on `nested` type fields is empty
**How can one reproduce the bug?**
Steps to reproduce the behavior:
1. Create index with a nested field
```http
PUT /test_…
-
Hi,
I tried to run the usage example but I do not get it compiled.
`
use diesel::pg::PgConnection;
use diesel::prelude::*;
table! {
users (id) {
id -> Integer,
…
-
非常感谢大佬的开源!
在做nested测试的时候发现排序相关问题。
版本2.0.0-beta4
在org.dromara.easyes.test.nested.NestedTest.java下进行测试
```
@Test
public void testNestedMatchSort() {
// 嵌套查询排序
LambdaE…
-
In the future, it would be great if some ideas from other teams could make it here,
in order to both reduce probability for any bug and, take advantage of testing concepts:
- https://pyparsing.wikispa…