Skip to content

Commit 29e7512

Browse files
committed
fix(custom_fields): rephrase landing_page_search_attr
1 parent 47d3bfd commit 29e7512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operate/customize/metadata/custom_fields/custom_fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Each field can then be configured using the following properties:
181181
- `template` - The jinja template used to render a field in the landing page.
182182
- `ui_widget` - The React form component to be used for the field.
183183
- `props` - Parameters to be injected in the React component.
184-
- `landing_page_search_attr` - Optional field to specify which value inside the vocabulary should be used for search links on the landing page.
184+
- `landing_page_search_attr` - Optional field to specify which value inside the vocabulary should be used for composing search links on the landing page (to search for all records containing this vocabulary value).
185185

186186
```python
187187
RDM_CUSTOM_FIELDS_UI = [{

0 commit comments

Comments
 (0)