Michael Bretterklieber

Results 9 issues of Michael Bretterklieber

Hi, when using DStore + Legacy Adapter connected to a FilteringSelect, query is make like this: ?name=match=* when using a Dojo Store, as expected: ?name=* searchAttr of FilteringSelect is set...

WyriHaximus/HtmlCompress comes with several presets, currently the smallest scheme is used. This can cause problems with inline javascript, inline js is compressed too and some of the minifiers are producing...

any chance merging this PR: #11 ?

- [x] I have looked at the documentation [here](https://pkg.go.dev/github.com/go-playground/validator/v10#section-documentation) first? - [x] I have looked at the examples provided that may showcase my question [here](/_examples)? ### Package version eg. v9,...

### What happened? TMN is very slow, obviously DRI does not work. I am using ~ubuntu 23.10~ ubuntu 24.04, the system runs on new hardware: AMD Ryzen 7 PRO 7840U...

bug

**System (please complete the following information):** - OS: `linux` - GO Version: `1.22.4` - Pkg Version: `2.2.3` **Describe the bug** When using MapStruct with empty key, i.e. mapping all, no...

enhancement

Hi, I am trying to filter for "IsNull" on a nullable string field. IndexNullState is set to true. ``` { "name": "parentProductId", "dataType": [ "text" ], "indexFilterable": true, "indexSearchable": true,...

Hey, I am trying to update the schema, by providing the reranker config. The docs says: "Note: The new collection config must be provided in full," But, if I am...

Hey, shouldn't there be a WithRerank function when using NearText? ``` WithNearText(d.client.GraphQL().NearTextArgBuilder(). WithConcepts([]string{query}). WithTargetVectors("search"). WithCertainty(0.8). WithRerank ``` It seems that the py/JS libs are supporting this. Weaviate: 1.31.5 go-client: v5.2.1...