Manav Kothari
12/23/2024, 6:22 AMKishore Nallan
12/23/2024, 6:26 AMManav Kothari
12/23/2024, 6:35 AMcurl "<http://localhost:8108/collections/companies>" \
-X PATCH \
-H "Content-Type: application/json" \
-H "X-TYPESENSE-API-KEY: ${TYPESENSE_API_KEY}" \
-d '{
"fields": [
{"name": "company_category", "drop": true },
{"name": "company_category", "type": "string" }
]
}'
do i need to do this in this manner where first drop and then add operation right?Kishore Nallan
12/23/2024, 6:40 AMManav Kothari
12/23/2024, 6:40 AM