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 | When set, the original search conditions are ignored. Can be used when specifying object IDs to include directly. Not compatible with SRPREQUEST_UNSEENPAGE. | boolean |
seen_page | If available, the page request is for an already seen page. | boolean |
initial_page | Indicates this is the initial page request for an unseen results page. Not compatible with SRPREQUEST_SEENPAGE. | boolean |
Example
{
"all": false,
"unseen_page": false,
"ignore_original_conditions": false,
"seen_page": false,
"initial_page": false
}