The plugin doesn't have any features that would look for existing data, and disable editing if there already exists an entry like that. You can, however edit a field in the database, adding a unique constraint, like this:
ALTER TABLE myTableName ADD CONSTRAINT UQ_MyTable_Name UNIQUE (columnName)
And it will not allow anyone to add the same name or example if it already exists in the table.
I hope this helps, do let us know if there is anything else we can assist you with.
Is it possible to search for duplicates while typing?
https://imgur.com/a/ULOxpHY
Hi Tymek
Thank you for reaching out to us.
The plugin doesn't have any features that would look for existing data, and disable editing if there already exists an entry like that. You can, however edit a field in the database, adding a unique constraint, like this:
And it will not allow anyone to add the same name or example if it already exists in the table.
I hope this helps, do let us know if there is anything else we can assist you with.
Thanks!
You are most welcome
If there is anything else we can assist you with please don't hesitate to open a new ticket, we will gladly help.
Have a wonderful day!