Reference: Tagging Strategies
masterWhen performing operations on tags (e.g., getItemsByTags), you can specify a strategy:
TAG_STRATEGY_ONE: Get items that match at least ONE of the specified tags. (Default)TAG_STRATEGY_ALL: Get items that match ALL of the specified tags.TAG_STRATEGY_ONLY: Get items that match ONLY the specified tags (no additional tags allowed).