KeywordSet.addKeywordRef() does not check for duplicates

Issue #14 resolved
ogerboss created an issue

KeywordSet.addKeywordRef() does not check if the keyword you want to add is already present in the KeywordSet. If it's present, it will simply be added a second time.

Could you alter this function to just do nothing if the new Keyword is already present?

Comments (2)

  1. Log in to comment