-
### Is your feature request related to a problem? Please describe
Querying Ip field with terms query can hit max Clauses Count limit.
https://forum.opensearch.org/t/terms-search-gives-error-failed…
-
How are relative clauses marked up? (or tree'd down?)
They seem like a potential candidate for some sort of co-indexing support.
-
ISO have pointed out that the note "This Clause does not cover concepts that affect only a single part of the language. Such concepts are discussed in the relevant Clauses." in [basic.pre] is too vagu…
-
For queries like this `SELECT min_units FROM courses WHERE course_codes @> ARRAY['CS 103'];`, the compiler simply neglects the containment clause at the moment.
-
Compiling the library results in ~40 warnings like:
```
warning: this clause cannot match because a previous clause at line 109 always matches
lib/domainatrex.ex:88
warning: this clause cann…
wodow updated
2 months ago
-
If we want to enable a seamless transition for saved queries, we need to support mixed-type comparisons. Saved queries are likely to have clauses like `| WHERE ts > "2023-10-23T13:00:00Z"`, and the a…
-
Given:
```rust
use core::ops::Deref;
struct W(T);
struct X;
impl Deref for W {
type Target = X;
fn deref(&self) -> &Self::Target { &X }
}
trait A {}
trait B {}
impl W {
…
-
**Is your feature request related to a problem? Please describe.**
`metavariable-*` clauses do not seem to work with `pattern-not*` clauses.
**Describe the solution you'd like**
In particular, I…
-
Any idea how these currently work in FM15? I've been trying to add them to the framework over the past few days but they seem to have changed since FM14. It looks like in FM14 (according to the framew…
-
For this compiler, it's possible to filter on optional vertices and edges. For instance, the GraphQL query in `test_input_data.py` is as follows:
```graphql
{
Animal {
name @…