strapi-community / strapi-plugin-slugify

A plugin for Strapi Headless CMS that provides the ability to auto slugify a field for any content type.
https://market.strapi.io/plugins/strapi-plugin-slugify
MIT License
45 stars 21 forks source link

Duplicated slugs are created #55

Closed mrchristophy closed 2 years ago

mrchristophy commented 2 years ago

Hi,

Just testing this package, and when I set two entries to have the same title the slug is identical for both entries. I tried setting the field as unique which appears have no difference. Is there a setting somewhere to accommodate only unique slugs?

ComfortablyCoding commented 2 years ago

Their is no code for ensuring uniqueness for slugs , please see #24 for the full discussion on why. Essentially, if a unique slug is wanted a unique value should be passed.