Hariharan
03/14/2023, 9:03 AMKishore Nallan
03/14/2023, 12:32 PMsymbols_to_index
configuration while creating the collection.Kishore Nallan
03/14/2023, 12:33 PMcurl -k "<http://localhost:8108/collections>" -X POST -H "Content-Type: application/json" \
-H "X-TYPESENSE-API-KEY: ${TYPESENSE_API_KEY}" -d '{
"name": "coll_name",
"fields": [
{"name": "title", "type": "string" }
], "symbols_to_index": ["+"]
}'