Adding community_name for search.

This commit is contained in:
Dessalines 2020-10-04 19:38:38 -05:00
parent aea18e945e
commit 3dd0ad2682

View file

@ -881,6 +881,7 @@ export interface SearchForm {
q: string;
type_: SearchType;
community_id?: number;
community_name?: string;
sort: SortType;
page?: number;
limit?: number;