Skip to content

Commit a42f512

Browse files
MrTangojensens
andauthored
Update docs/backend/indexing.md
Co-authored-by: Jens W. Klein <[email protected]>
1 parent f70493b commit a42f512

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/backend/indexing.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,8 @@ It is enabled on your content type, if the `plone.textindexer` behavior is enabl
108108
#### Registering a custom field converter
109109

110110

111-
By default, a field is converted to a searchable text by rendering the widget
112-
in display mode and transforming the result to text/plain. However, if you need
113-
to convert your custom field in a different way, you only have to provide a
114-
more specific converter multi-adapter.
111+
By default, a field is converted to a searchable text by rendering the widget in display mode and transforming the result to `text/plain`.
112+
However, if you need to convert your custom field in a different way, you only have to provide a more specific converter multi-adapter.
115113

116114
Convert multi-adapter specification:
117115

0 commit comments

Comments
 (0)