show the exist nodes which are not unique of a specific cck field
as you know , losts of people use feedapi to collect their nodes , it's not a good idea to set a unique field before aggregate , how do you say?
but i after a lot of nodes had beed collected or aggregated by feedapi , administrators of the site will of course have to think that if some of his nodes contains the same content of a specific field , so he would like to delete the dumps
as in my site :
i use feedapi to collect videos or TVs like "mms://ipv6.XXXX.com/cctv1" or "rstp://video.xxxx.com/movie1"
but as you can imagine , while tv links will sometimes have a repeat value . in this situlation , i would like to use your module to remove the repeated one .
is it possible to accomplish this by your module or snippets or API , or other ways like mysql?
Comments
Comment #1
haojiang commentedi used views bulk and views build in group operation , and delete the repeat nodes manly
looking for a autoly way
Comment #2
arithmetric commentedBy running node_validate() against a node, you can test whether any validation errors (including from this module) are encountered.
However, it is beyond the scope of this module to scan existing content for duplicate values.
Comment #3
astonvictor commentedI'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