Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API - TagQuery helper methods #112

Open
Hendy opened this issue Apr 6, 2019 · 1 comment
Open

API - TagQuery helper methods #112

Hendy opened this issue Apr 6, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Hendy
Copy link
Owner

Hendy commented Apr 6, 2019

Add public helper methods GetTagGroups and GetTags (in group)

The BackOffice makes these type of queries to render the tags tree - these would also be useful in the public API.

@Hendy
Copy link
Owner Author

Hendy commented Apr 8, 2019

Update LookTags to handle a reserved wildcard tag "group:*"

Add static methods on TagQuery:

  • string[] TagQuery.GetTagGroups(string searcherName)
  • LookTag[] TagQuery.GetTagsInGroup(string searcherName, string tagGroup)

@Hendy Hendy self-assigned this Apr 8, 2019
@Hendy Hendy added the enhancement New feature or request label Apr 8, 2019
@Hendy Hendy modified the milestones: Look 0.33.0, Look 0.34.0, 0.35.0 Apr 8, 2019
@Hendy Hendy changed the title API - add public helper methods GetTagGroups and GetTags (in group) API - TagQuery helper methods Apr 9, 2019
@Hendy Hendy modified the milestones: Look 0.35.0, Look 0.36.0, Look 0.37.0 Apr 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant