Skip to content

Add Org Tags in User Search#55

Merged
ChrisPenner merged 2 commits into
mainfrom
cp/tag-orgs-in-search
Apr 10, 2025
Merged

Add Org Tags in User Search#55
ChrisPenner merged 2 commits into
mainfrom
cp/tag-orgs-in-search

Conversation

@ChrisPenner
Copy link
Copy Markdown
Member

Overview

Previously orgs were treated as regular users in the omnisearch, now they have an Org tag and include the orgId.

E.g.

GET /search?query=uni
[
    {
      "avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro",
      "handle": "unison",
      "name": "Unison Org",
      "orgId": "ORG-<UUID>",
      "tag": "Org",
      "userId": "U-<UUID>"
    },

Test coverage

See transcripts

@ChrisPenner ChrisPenner marked this pull request as ready for review April 10, 2025 19:27
@ChrisPenner ChrisPenner requested a review from hojberg April 10, 2025 19:27
@ChrisPenner ChrisPenner merged commit d7c2a6e into main Apr 10, 2025
4 checks passed
@ChrisPenner ChrisPenner deleted the cp/tag-orgs-in-search branch April 10, 2025 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants