-
| --- | --- |
| Bugzilla Link | [583043](https://bugs.eclipse.org/bugs/show_bug.cgi?id=583043) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Mar 18, 2024 13:12 EDT |
| Modified | Apr…
-
Hi; I believe there is an issue with the SQL generated from the following API calls:
```java
var query = dsl.select().from("table1").forUpdate().union(dsl.select().from("table2").forUpdate());
``…
-
Any plan to implement https://weaviate.io/developers/weaviate/config-refs/datatypes#datatype-geocoordinates or the like?
-
As part of the PR #10999 disucssion, the group identified that the search filter logic should be refactored, and the `es_mapping_modifier` hook be applied to all search filters, not just the search_te…
-
I was trying to understand what's the actual meaning of `between`, but I can't find the documentation. It seems to be the task's journal date, but these queries made me think it's the referenced journ…
-
The documentation page [Using FSharp.Data.GraphQL on the client side](https://fsprojects.github.io/FSharp.Data.GraphQL/client-side.html) mentions GraphQL query DSL and provides the code snippet. But t…
-
Write new [Query DSL](https://opensearch.org/docs/latest/opensearch/query-dsl/index/) topic pages that were identified as missing from the current documentation set:
**New pages needed**
Each o…
-
**What do you want to do?**
x Request a change to existing documentation
**Tell us about your request.** Provide a summary of the request and all versions that are affected.
- [x] Page: htt…
-
类似 ElasticSearch 的DSL,性能可以更高,功能更强大
-
In general, I'm pretty unsatisfied with our ability to construct URLs. This seems to be somewhere that Haskell shockingly lags _behind_ Go in type-safety - I haven't found an equivalent of `path.Join`…