-
### Summary of problem or feature request
Type mismatch when extending QueryDataTable
Type Illuminate\Contracts\Database\Query\Builder to MongoDB\Laravel\Query\Builder
### Code snippet of pr…
-
### Is your feature request related to a problem?
```java
index = ..;
targetId = ..;
Bool.QueryBuilder queryBuilder = builder(index, targetId, ..);
return search(queryBuilder);
--
publi…
-
@AviAvni remind us how did we used to do that?
-
-
Creating a grouing query string (e.g. all( group(customer) each(output(sum(price))) ) ) can be difficult with multi-level grouping, having a UI to construct the string a la the querybuilder might help…
-
###
# What went wrong?
When using the query builder from cloudwatch and then switching to the code tab, the code tab stays empty. I would expect it to be populated with the code generated by th…
-
I tried this code:
```rust
use arc_swap::ArcSwap; // arc-swap = "1.7.1"
use diesel_async::RunQueryDsl; // diesel-async = "0.4.1"
use std::sync::Arc;
fn issue(arc: ArcSwap) {
let v = …
-
I am getting the following error when I add a sort query:
`java.lang.NoClassDefFoundError: Could not initialize class io.github.perplexhub.rsql.jsonb.JsonbSupport`. If I remove the sort query, the fi…
-
I wrote this so new users will not have to build query strings.
I am a new user myself, but I think this could be added to the Sample-Code.
***
//This Builds Query Strings
public string…
-
### Version
2.15.0
### Details
Using Gridify and [heyapi](https://heyapi.dev/) to get the query options from the URL like so:
```cs
public async Task GetTasks([FromQuery] GridifyQuery query…