I have one data type called Tags with 2 fields called name and popularity.
Every new tag will be saved in the database (if it doesn’t exist) for later use in search boxes.
The problem is…
after submitting the article, i want the popularity of every tag that is on a list to be increased by 1.
I can’t find the functionality to do so…