{"section":"known-issues","requestedLocale":"en","requestedSlug":"slug-and-link-returned-in-the-catalog-facets-api-have-different-formats","locale":"en","slug":"slug-and-link-returned-in-the-catalog-facets-api-have-different-formats","path":"docs/en/known-issues/Catalog/slug-and-link-returned-in-the-catalog-facets-api-have-different-formats.md","branch":"main","content":"## Summary\n\n\nCatalog Facets API described here: https://developers.vtex.com/docs/api-reference/search-api#get-/api/catalog_system/pub/facets/search/-term-\nThe response objects have the field \"Slug\", \"Link\" and \"LinkEncoded\". However, these fields should have the same format, but they diverge on the PriceRanges object when the value has decimal cases.\n\nExample:\nSlug: \"de-100-a-199.99\"\nLink: \"/category-test/de-100-a-199-99?map=c,priceFrom\"\n\nThe Slug has the character \".\" while the Link has the character \"-\".\n\n\n\n##\n\n## Simulation\n\n\n\n1. Have a category with a priceRange with decimal values.\n2. Request the facets API\n3. Check that the characters are different.\n\n\n##\n\n## Workaround\n\n\nN/A"}