tag counting: count each URL only once
Brought to you by:
cweiske
I don't know if it's only me, but I have would prefer another way of calculating a tag's weight:
current behaviour:
existing tags are currently counted by summing up the entries in the system that have that tag.
example:
one user added youtube.com with the tag "videos".
one user added video.google.com with the tag "videos".
ten users added amazon.com with the tag "books".
the tags are now weighed like this: 2 videos, 10 books.
although there are more unique URLs in the system with the tag "videos".
preferred behaviour:
for tag-weighing, count the unique URLs, instead of the entries.
in the example above: count 2 for "videos", one for "books".
Logged In: YES
user_id=1748364
Originator: NO
I like the suggestions!
Nice idea
Ticket moved from /p/semanticscuttle/feature-requests/71/