feat(search): support prefix-based user and world ID search #116

Closed
opened 2026-04-05 16:16:09 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @WavesMan on 1/25/2026

  • Add searchUserByIdPrefix to enable quick lookup by user ID prefix (usr_).
  • In the search view, when the query starts with usr_ or wrld_, first match cached records whose IDs start with the prefix.
  • If no cached matches and the ID length is a full UUID, attempt to fetch the entry via API.
  • Preserve existing name/tag search behavior for non-prefixed queries.
  • Improves efficiency when searching with known ID fragments.
*Originally created by @WavesMan on 1/25/2026* - Add searchUserByIdPrefix to enable quick lookup by user ID prefix (usr_). - In the search view, when the query starts with usr_ or wrld_, first match cached records whose IDs start with the prefix. - If no cached matches and the ID length is a full UUID, attempt to fetch the entry via API. - Preserve existing name/tag search behavior for non-prefixed queries. - Improves efficiency when searching with known ID fragments.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#116