in reply to Double double Post post
or am I missing something?
Well, you are missing that there is some form of duplicate checking already in place. I haven't reviewed the code responsible but a little experimentation shows you can't submit the same node contents with the same node title twice.
This means that the duplicates are not really duplicates at all. Which makes trapping them a lot harder. Perhaps some kind of normalizing could be applied so that a nearly dupes caught and a warning with override generated. Something like striping out non alpha numerics and space, lowercase the lot might work, I think that whatever technique used probably needs to be pretty fast though. So long as the user could still force the submission through a fuzzy matcher wouldn't be that bad.
However even that isn't going to stop either dupes that I did recently. In one I didn't relaize I had hit submit then back and added a paragraph and then submit again. The other was when I did the same but changed the title. How do you stop that happening accidentally when it is quite possible that someone could post the same node in two different threads?
Ultimately I think PM already has simple dupe blocking, and the utility of making it noticibly smarter is outweighed by diminishing returns. Doesn't mean I wont have a nosey around the source when I next get a chance, but you can see my point. :-)
---
|
|---|