:wave: Hi everyone!
# community-help
a
👋 Hi everyone!
j
Hey Adrian! Welcome!
a
Thanks man! I have a question about RefinementList, can you help me?
j
Yeah, happy to
a
Im trying to use the RefinementList but Im facing this problem,
j
Could you share the collection schema?
It looks like you're using Typesense Cloud based on the screenshot, so you should see it under "Schema" in the left side bar
a
Copy code
{
  "created_at": 1649749809,
  "default_sorting_field": "",
  "fields": [
    {
      "facet": false,
      "index": true,
      "name": "company",
      "optional": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "name": "cpf_cnpj",
      "optional": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "name": "fone",
      "optional": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "name": "name",
      "optional": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "name": "addressDestiny",
      "optional": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "name": "citieDestiny",
      "optional": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "name": "stateDestiny",
      "optional": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "name": "clientDestiny",
      "optional": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "name": "address",
      "optional": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "name": "citie",
      "optional": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "name": "nameDocument",
      "optional": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "name": "state",
      "optional": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "name": "cod",
      "optional": false,
      "type": "string"
    },
    {
      "facet": false,
      "index": true,
      "name": "status",
      "optional": false,
      "type": "int32"
    },
    {
      "facet": false,
      "index": true,
      "name": "type",
      "optional": false,
      "type": "int32"
    }
  ],
  "name": "documents",
  "num_documents": 120,
  "symbols_to_index": [],
  "token_separators": []
}
i have to change the facet props to true?
j
Yup
a
ohh thank you i will try this one
👍 1
Thats work thanks !
🙌 1
I have another question about styling the check box of Refinementlist, i dont know how i replace the default name to another and their css style
In the case i have the status 1 and 2, that i want to replace to "Colelta" and "Entrega" for example.
j
a
But how can I replace the title of the checkbox?
a
Thanks very much
👍 1