typesense-go icon indicating copy to clipboard operation
typesense-go copied to clipboard

Go client for Typesense: https://github.com/typesense/typesense

Results 28 typesense-go issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.12.0 to 0.13.0. Release notes Sourced from github.com/testcontainers/testcontainers-go's releases. v0.13.0 What's Changed Send optional platform spec when creating container (#395) @​hairyhenderson Fix some lint errors (#400) @​hairyhenderson...

dependencies

Bumps [github.com/deepmap/oapi-codegen](https://github.com/deepmap/oapi-codegen) from 1.9.0 to 1.11.0. Release notes Sourced from github.com/deepmap/oapi-codegen's releases. Many updates, you will need to update your configuration Many changes to code generation We've had many big...

dependencies

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...

dependencies

Bumps [github.com/jinzhu/copier](https://github.com/jinzhu/copier) from 0.3.4 to 0.3.5. Commits d132b06 Merge pull request #124 from cavanwang/master 54aaef3 Merge pull request #115 from tomdevelops/feature/type-converter-option ac2b762 fix bug from issue 117 that 'Copy map...

dependencies

## Description Hi, We have a problem with import procedure. I have prepared small example. Lets have a collection of following structure: REQUEST ` POST /collections HTTP/1.1 Host: XXXX:8108 X-TYPESENSE-API-KEY:...

## Description Cannot add a slice of strings for QueryBy field in SearchCollectionParams. But, in the documentation [here](https://typesense.org/docs/0.23.1/api/search.html#query-parameters) can be filled with []string. ## Metadata **Typsense Version**: v0.6.1 **OS**: darwin

## Description CI lint checking fails with a [cryptic error](https://app.circleci.com/pipelines/github/typesense/typesense-go/79/workflows/f588449a-e3df-49b3-a126-8059c1acec8e/jobs/125): ``` go/pkg/mod/github.com/mattn/[email protected]/runewidth.go:7:2: found packages uniseg (doc.go) and main (gen_breaktest.go) in /go/pkg/mod/github.com/rivo/[email protected] ``` @v-byte-cpu can you please help with this? I...

## Description A document having `float` type of fields may lose precision when using go client. ## Steps to reproduce - Have a schema with `float` type of fields and...

Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.12.0 to 0.14.0. Release notes Sourced from github.com/testcontainers/testcontainers-go's releases. v0.13.0 What's Changed Send optional platform spec when creating container (#395) @​hairyhenderson Fix some lint errors (#400) @​hairyhenderson...

dependencies

## Change Summary Based on the changes you've described for adding a new method CreateSchemaFromGoStruct to the go-typesense package, here's an example of how you could frame the context for...