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

The query conditions are too complex

Open shzy2012 opened this issue 10 months ago • 2 comments

Can it be simplified, such as supporting map?

json format

POST /collections/chatapp/points/delete
{
    "filter": {
        "must": [
            {
                "key": "source",
                "match": {
                    "value": "example.pdf"
                }
            }
        ]
    }
}

to ----->

go code image

shzy2012 avatar Apr 07 '24 08:04 shzy2012