Multiple Tag Values #165

Closed
opened 2026-02-04 17:24:56 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @davidPilkington on GitHub (Sep 15, 2016).

Desired Feature:
Allow multiple tag values to be added to a tag

Allow multiple tag values to be added to a tag, allow separation using a comma or semi-colon.

E.g. Tag=>Value1;Value02;ValueThree

[tag=>Value02] would return the same page as [tag=>ValueThree]

Each tag value would be independently searchable when combined with the tag key.

Originally created by @davidPilkington on GitHub (Sep 15, 2016). Desired Feature: Allow multiple tag values to be added to a tag Allow multiple tag values to be added to a tag, allow separation using a comma or semi-colon. E.g. **Tag=>Value1;Value02;ValueThree** [tag=>Value02] would return the same page as [tag=>ValueThree] Each tag value would be independently searchable when combined with the tag key.
OVERLORD added the 🛠️ Enhancement label 2026-02-04 17:24:56 +03:00
Author
Owner

@ssddanbrown commented on GitHub (May 11, 2022):

Thanks for the request @davidPilkington but I'm going to close this off for the following reasons:

  • The same result can be achieved with multiple tags of the same name.
  • It would complicate tag handling whenever the literal value (where including the chosen delimiter) is desired, and it's introduction would be a potentially breaking change we'd need to advise of.
  • This has had very little demand in the past 6 years.
@ssddanbrown commented on GitHub (May 11, 2022): Thanks for the request @davidPilkington but I'm going to close this off for the following reasons: - The same result can be achieved with multiple tags of the same name. - It would complicate tag handling whenever the literal value (where including the chosen delimiter) is desired, and it's introduction would be a potentially breaking change we'd need to advise of. - This has had very little demand in the past 6 years.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#165