From 10bf5a324b9d2da16bd27fa7bb55003f90e7267b Mon Sep 17 00:00:00 2001 From: Marc Jauvin Date: Tue, 9 Sep 2025 13:03:19 -0400 Subject: [PATCH] document search options for relation controller --- backend/relations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/relations.md b/backend/relations.md index 9f7cd018..e109d20e 100644 --- a/backend/relations.md +++ b/backend/relations.md @@ -97,6 +97,7 @@ Option | Type | Description `list` | List | a reference to list column definition file, see [backend list columns](lists#defining-list-columns). `showSetup` | List | displays the list column set up button. `showSearch` | List | display an input for searching the records. Default: `false` +`search` | List | Search widget options array (prompt, mode, scope, searchOnEnter); see [search options](lists#adding-a-toolbar). `showSorting` | List | displays the sorting link on each column. Default: `true` `defaultSort` | List | sets a default sorting column and direction when user preference is not defined. Supports a string or an array with keys `column` and `direction`. `recordsPerPage` | List | maximum rows to display for each page.