mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-22 19:01:27 +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;
|
||||
type_: SearchType;
|
||||
community_id?: number;
|
||||
community_name?: string;
|
||||
sort: SortType;
|
||||
page?: number;
|
||||
limit?: number;
|
||||
|
|
Loading…
Reference in a new issue