-
### Expected behavior
When using the multiset operator in conjunction with a Flux, the query should complete and return the expected results within a reasonable time frame.
### Actual behavior
…
-
It would be nice if there was an option for lenient queries without having to do custom json.
http://www.elastic.co/guide/en/elasticsearch/reference/1.x/query-dsl-query-string-query.html
Search for `…
epelc updated
8 years ago
-
Single Page application often perform multiple requests at the same time while viewing pages.
Right now, the only way to simulate to behavior is to use the `resources` DSL element. However, if you …
-
When the order of the hits and _score values do not matter, the filtered query can be preferred. There are several ways to make such queries:
https://www.elastic.co/guide/en/elasticsearch/reference…
-
Following a question on StackOverflow: https://stackoverflow.com/questions/69149461/what-is-escape-property-in-query-string-in-elasticsearch
The "escape" flag for query_string is not documented, an…
-
I posted Dossier on the Rust subreddit, and user grunzl very helpfully pointed out that we could consider using https://github.com/github/stack-graphs and its tree-sitter integration for name resoluti…
-
Using https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html for general search would make boolean searches possible.
Examples:
Publications matching e…
-
Hi,
Constructing Cypher DSL statements has a performance overhead which makes it unusable in cycles. SDN suffers from the same issue, promotes creating a new Cypher DSL statement for every call. ht…
-
### Use case
Suppose we have a UDT:
```
create type schedule as (
start_at timestamp with time zone,
end_at timestamp with time zone
);
```
And the following domain:
```
create dom…
-
In this [comment](https://github.com/cozy/cozy-banks/pull/1605#discussion_r331878824), drazik asks if we should have a `destroyAll` method on the client, similar to the `queryAll` method. I am a bit u…