Skip to content

Commit dc6d290

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/backend/indexing.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,8 @@ There is already an adapter for converting files properly.
154154
#### Extending indexed data
155155

156156

157-
Sometimes you need to extend the SearchableText with additional data which is
158-
not stored in a field. It's possible to register a named adapter which provides
159-
additional data:
157+
Sometimes you need to extend the SearchableText with additional data which is not stored in a field.
158+
It is possible to register a named adapter which provides additional data:
160159

161160
```python
162161
from plone.app.dexterity import textindexer

0 commit comments

Comments
 (0)