SRPREQUESTFLAGS
Search results page request flags.
Name | Description | Type |
---|---|---|
all | Specifies all flags set; Including any future flags. | boolean |
unseen_page | If available, the page request is for an unseen page. | boolean |
ignore_original_conditions | If available, the original conditions are ignored. This can be used when including ObjIDs. Do not use with SRPREQUEST_UNSEENPAGE. | boolean |
seen_page | If available, the page request is for an already seen page. | boolean |
initial_page | If available, the page request is initial and for an unseen page. Do not use with SRPREQUEST_SEENPAGE. | boolean |
Example
{
"all": false,
"unseen_page": false,
"ignore_original_conditions": false,
"seen_page": false,
"initial_page": false
}