Preparing search index...
The search index is not available
lemmy-js-client
lemmy-js-client
Search
Interface Search
interface
Search
{
community_id
?:
number
;
community_name
?:
string
;
creator_id
?:
number
;
limit
?:
number
;
listing_type
?:
ListingType
;
page
?:
number
;
post_title_only
?:
boolean
;
q
:
string
;
sort
?:
SortType
;
type_
?:
SearchType
;
}
Index
Properties
community_
id?
community_
name?
creator_
id?
limit?
listing_
type?
page?
post_
title_
only?
q
sort?
type_?
Properties
Optional
community_
id
community_
id
?:
number
Optional
community_
name
community_
name
?:
string
Optional
creator_
id
creator_
id
?:
number
Optional
limit
limit
?:
number
Optional
listing_
type
listing_
type
?:
ListingType
Optional
page
page
?:
number
Optional
post_
title_
only
post_
title_
only
?:
boolean
q
q
:
string
Optional
sort
sort
?:
SortType
Optional
type_
type_
?:
SearchType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
community_
id
community_
name
creator_
id
limit
listing_
type
page
post_
title_
only
q
sort
type_
lemmy-js-client
Loading...