Skip to main content

SearchEntryDto

One configured [[search]] endpoint, with the display fields the admin Sources page renders. Disabled entries are never listed (they aren't registered).

defaultbooleanrequired

The split button's primary action. Exactly one listed entry is true (explicitly marked, or the first entry as fallback).

fetchDetailsbooleanrequired
kindstringrequired
maxPagesinteger<int32>required

Possible values: >= 0

namestringrequired
searchUrlstringrequired

Listing URL the search appends q/p to (filters baked in).

SearchEntryDto
{
"default": true,
"fetchDetails": true,
"kind": "string",
"maxPages": 0,
"name": "string",
"searchUrl": "string"
}