Type Alias: Search
ts
type Search = PageParams & SearchSortType & object;Defined in: src/types/Search.ts:11
Searches the site, given a query string, and some optional filters.
Type Declaration
| Name | Type | Defined in |
|---|---|---|
community_id? | number | src/types/Search.ts:13 |
community_name? | string | src/types/Search.ts:14 |
creator_id? | number | src/types/Search.ts:15 |
listing_type? | ListingType | src/types/Search.ts:16 |
post_url_only? | boolean | src/types/Search.ts:17 |
search_term | string | src/types/Search.ts:18 |
title_only? | boolean | src/types/Search.ts:19 |
type_? | SearchType | src/types/Search.ts:20 |
