From 831ae09f8bab04af854243421047371339c3e190 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Wed, 21 Jun 2023 18:26:40 +0200 Subject: [feature] Add partial text search for accounts + statuses (#1836) --- internal/db/db.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/db/db.go') diff --git a/internal/db/db.go b/internal/db/db.go index f47a35bb3..f99bd212e 100644 --- a/internal/db/db.go +++ b/internal/db/db.go @@ -42,6 +42,7 @@ type DB interface { Notification Relationship Report + Search Session Status StatusBookmark -- cgit v1.2.3