mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2025-01-08 19:21:34 +00:00
Adding community_name for search.
This commit is contained in:
parent
aea18e945e
commit
3dd0ad2682
1 changed files with 1 additions and 0 deletions
|
@ -881,6 +881,7 @@ export interface SearchForm {
|
||||||
q: string;
|
q: string;
|
||||||
type_: SearchType;
|
type_: SearchType;
|
||||||
community_id?: number;
|
community_id?: number;
|
||||||
|
community_name?: string;
|
||||||
sort: SortType;
|
sort: SortType;
|
||||||
page?: number;
|
page?: number;
|
||||||
limit?: number;
|
limit?: number;
|
||||||
|
|
Loading…
Reference in a new issue