We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72782e commit dc6d290Copy full SHA for dc6d290
docs/backend/indexing.md
@@ -154,9 +154,8 @@ There is already an adapter for converting files properly.
154
#### Extending indexed data
155
156
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:
+Sometimes you need to extend the SearchableText with additional data which is not stored in a field.
+It is possible to register a named adapter which provides additional data:
160
161
```python
162
from plone.app.dexterity import textindexer
0 commit comments