From b6e3912ccb7529e27c84303a7ea075cc69a22ec0 Mon Sep 17 00:00:00 2001 From: Dylan Knutson Date: Sun, 17 Aug 2025 08:09:58 +0000 Subject: [PATCH] Create task task-90 --- ...user-search-with-handle-and-DID-variants.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 backlog/tasks/task-90 - Improve-Bluesky-user-search-with-handle-and-DID-variants.md diff --git a/backlog/tasks/task-90 - Improve-Bluesky-user-search-with-handle-and-DID-variants.md b/backlog/tasks/task-90 - Improve-Bluesky-user-search-with-handle-and-DID-variants.md new file mode 100644 index 00000000..5d6998ae --- /dev/null +++ b/backlog/tasks/task-90 - Improve-Bluesky-user-search-with-handle-and-DID-variants.md @@ -0,0 +1,18 @@ +--- +id: task-90 +title: Improve Bluesky user search with handle and DID variants +status: To Do +assignee: [] +created_date: '2025-08-17 08:09' +labels: [] +dependencies: [] +--- + +## Description + +Enhance the search functionality for Bluesky users by adding the handle without .bsky.social suffix and the DID as searchable names to make it easier to find users by their common identifiers. + +## Acceptance Criteria + +- [ ] #1 Handle without .bsky.social suffix is included in names_for_search,DID is included in names_for_search,Existing search functionality continues to work,New search variants are properly tested +