You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Using the search mode of the Related Items Widget
159
+
### Using the search mode of the relations-widget
158
160
159
161
```{note}
160
162
These settings only have an effect in Plone 6 Classic UI.
@@ -168,7 +170,7 @@ This makes it very flexible for limiting relatable items by type, path, date, an
168
170
169
171
Setting the mode of the widget to `search` makes it easier to select from the content that results from your catalog query instead of having to navigate through your content tree.
170
172
171
-
The problem is that, in the default mode of the Related Items widget, items that are in containers are not shown unless you add these types of containers to the query.
173
+
The problem is that, in the default mode of the relations-widget, items that are in containers are not shown unless you add these types of containers to the query.
172
174
173
175
Therefore, it is recommended to use `CatalogSource` only in `search` mode.
174
176
@@ -366,9 +368,9 @@ directives.widget(
366
368
The field should then look like this:
367
369
368
370
```{figure} /_static/relation_select.png
369
-
:alt: RelationList field with select widget
371
+
:alt: RelationChoice field with select widget
370
372
371
-
RelationList field with select widget
373
+
RelationChoice field with select widget
372
374
```
373
375
374
376
Another example is the `AjaxSelectFieldWidget` that only queries the catalog for results if you start typing:
0 commit comments