would be great if there where an option to choose if the field must be unique in the same case.
at the moment it makes no difference if the word in the field is written small or tall, the module always says that the word already exists, if you need the same word small and tall (necessary for example in the German language, there are nomes and verbs with the same meaning)

Comments

marcoka’s picture

exactly. that busted my whole system.

you should use BINARY in the unique check

SELECT * FROM `Wort` WHERE BINARY `wort`="foo"

AstonVictor’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I'm closing it because the issue was created a long time ago without any further steps.

if you still need it then raise a new one.
thanks