Hi <@U01NZ4D0LDD>, how are you doing? Do you know ...
# community-help
l
Hi @Jason Bosco, how are you doing? Do you know why on the extension page it shows version 0.3 instead of 0.4?
j
I was wondering the same yesterday! Going to reach out to the Firebase team. But I think it's just a display issue. Clicking on the install link, installs the latest version
👍 1
l
Do you know why in Typesense Cloud when I want to update the Collection Schema I don’t see all existing fields? For example for :
Copy code
{
  "created_at": 1651774216,
  "default_sorting_field": "",
  "fields": [
    {
      "facet": false,
      "index": true,
      "infix": false,
      "locale": "",
      "name": "genericTicker",
      "optional": false,
      "sort": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "infix": false,
      "locale": "",
      "name": "reference",
      "optional": false,
      "sort": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "infix": false,
      "locale": "",
      "name": "referenceDisplay",
      "optional": false,
      "sort": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "infix": false,
      "locale": "",
      "name": "brand",
      "optional": false,
      "sort": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "infix": false,
      "locale": "",
      "name": "collection",
      "optional": false,
      "sort": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "infix": false,
      "locale": "",
      "name": "dateLastUpdate",
      "optional": false,
      "sort": true,
      "type": "int64"
    }
  ],
  "name": "test-watches-generic",
  "num_documents": 2040,
  "symbols_to_index": [],
  "token_separators": []
}
When I click on update I see :
Copy code
{
  "fields": [
    {
      "name": "field",
      "drop": true
    },
    {
      "name": "field",
      "type": "string",
      "optional": true,
      "facet": true
    }
  ]
}
j
That's just a template for you to edit. You only want to specify the fields that you want to modify
l
Can I add/delete from there? Or should I create a new collection?
j
add/delete fields you mean, yeah