Hi all. Is it possible to create a slug with the same name twice? currently on my app; when a customer creates a product, they have the ability to choose the slug name for their product, to make it easy to share on social media etc. (eg www.myapp/products/chosenslug) at the moment, my app searches against the existing database and prevents someone from creating a slug that is already taken.
However, I would like for a customer to be able to create a product with their chosen slug regardless of if the name is already taken. If I do this, the problem is, when the URL is copied and shared, will bubble know which product to display if there is more than one slug with the same name?
The only thing I can think of doing, is having a hidden box at the bottom of the product page, which reads “current product creators Unique ID” and instead of searching for a product from the URL parameter, to search for the product which is inside the creator user ID box. I am not sure this will work though because how will bubble know which creator ID to pull?
Or another idea is to shove another parameter in there, and have the datasource pull from that parameter as well… eg www.myapp/products/personsname/slug
Any suggestions? If Facebook can have 500 different John Smiths, I am sure my app can have two of the same product names 
okay