Saving questions that already exist (same name)

Hi, I have seen that it is possible to create two questions with same results having the same name , is it possible that we can change that to 'Question already exists' while saving the question?

I'm aware the Question # is different that is why it is possible to save with the exact same name, but the # is usually not something one could remember/track.

Would appreciate any advise around that.

You could either code a microservice that captures the save call and checks for duplicate names or create a pk in the database so it doesn’t let you create duplicate names, but be aware that you can have issues when upgrading with the second option

1 Like