From 3dd0ad2682916bc4a0a6e1ea059f531a2fa31769 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 4 Oct 2020 19:38:38 -0500 Subject: [PATCH] Adding community_name for search. --- src/interfaces.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interfaces.ts b/src/interfaces.ts index 1385631..b6af1b4 100644 --- a/src/interfaces.ts +++ b/src/interfaces.ts @@ -881,6 +881,7 @@ export interface SearchForm { q: string; type_: SearchType; community_id?: number; + community_name?: string; sort: SortType; page?: number; limit?: number;