add has_source and has_no_source to doClaimSearch options
This commit is contained in:
parent
d75e7725fe
commit
d10ed9ff72
1 changed files with 2 additions and 0 deletions
|
@ -585,6 +585,8 @@ export function doClaimSearch(
|
|||
not_tags?: Array<string>,
|
||||
order_by?: Array<string>,
|
||||
release_time?: string,
|
||||
has_source?: boolean,
|
||||
has_no_souce?: boolean,
|
||||
} = {
|
||||
no_totals: true,
|
||||
page_size: 10,
|
||||
|
|
Loading…
Add table
Reference in a new issue