jinjie2088 / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
0 stars 0 forks source link

Tag relevance #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I was just planning to write something similar to this in my app, and it is
great to have found this.

However, one of my desired feature in my original plan is "tag relevance",
namely how relevant a tag is to its associated objects. Basically it is
just an integer number, which might be included in the "TaggedItem" model.
It will be useful in result sorting and etc. For apps that do not need it,
it can just defaults to a constant number like 1.

Except for that, this package has everything (assuming it supports unicode)
I need and can save me weeks or even months of time. Thank you very much!

Original issue reported on code.google.com by wanrong....@gmail.com on 1 Feb 2008 at 6:33