"Searching all available relays...":"Searching all available relays...",
"Searching all available relays...":"Searching all available relays...",
"Searching…":"Searching…",
"Searching…":"Searching…",
"Full-text search merged intro":
"Full-text search merged intro":
"Results are merged by note: each card shows one event and which index relays returned it ({{relayCount}} relays, up to {{seconds}}s per relay, up to {{concurrency}} in parallel). This is not a live feed — results do not auto-update.",
"Notes appear as each index relay responds (merged by card; each card shows which relays returned it). The search wave stops at the sooner of {{totalSeconds}}s from start or {{afterFirstSeconds}}s after the first results arrive from any relay (up to {{concurrency}} relays in parallel, {{relayCount}} total). This is not a live feed — results do not auto-update.",
"Full-text search progress relays":"{{done}} / {{total}} index relays",
"Full-text search progress relays":"{{done}} / {{total}} index relays",
"Full-text search seen on label":"Seen on",
"Full-text search seen on label":"Seen on",
"Full-text search seen on relays":"Relays that returned this note",
"Full-text search seen on relays":"Relays that returned this note",
@ -201,7 +201,7 @@ export type TPublishOptions = {
/** Options for {@link ClientService.publishEvent} (second argument bundle in code: favorites + internal retry pass). */
/** Options for {@link ClientService.publishEvent} (second argument bundle in code: favorites + internal retry pass). */
exporttypeTPublishEventExtras={
exporttypeTPublishEventExtras={
favoriteRelayUrls?: string[]
favoriteRelayUrls?: string[]
/** When true (internal): only publish to the given URLs; do not merge outboxes or schedule outbox retry. */
/** When true: publish only to the given URLs (no NIP-65 outbox prepend, no outbox retry wave). Use when the list is already authoritative (relay picker, relay set, monitoring list, …). */
skipOutboxRetry?: boolean
skipOutboxRetry?: boolean
/** Shown in relay batch logs and an info line (e.g. "NIP-65 outbox retry — 2nd attempt"). */
/** Shown in relay batch logs and an info line (e.g. "NIP-65 outbox retry — 2nd attempt"). */