Greg Loya
03/13/2023, 1:09 PMKishore Nallan
03/13/2023, 1:12 PMsymbols_to_index
configuration while creating the collection to enable indexing of those symbols.
{
"name": "coll_name",
"fields": [
{
"name": "title",
"type": "string"
}
],
"symbols_to_index": [
"+"
]
}
Greg Loya
03/13/2023, 1:13 PMGreg Loya
03/13/2023, 1:22 PMfields
can be updated at the moment. Do I need to use API or other easier way to modify an existing schema?Kishore Nallan
03/13/2023, 1:25 PMKishore Nallan
03/13/2023, 1:26 PMGreg Loya
03/13/2023, 1:26 PMKishore Nallan
03/13/2023, 1:27 PM