Skip to content

Commit ae1708f

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/backend/indexing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ from plone.app.dexterity.textindexer import utils
7272
utils.searchable(ICategorization, 'categorization')
7373
```
7474

75-
The `title` and `description` on `plone.app.dexterity`'s `IBasic` behavior
76-
are marked as searchable by default.
75+
The `title` and `description` on `plone.app.dexterity`'s `IBasic` behavior are marked as searchable by default.
7776
For marking them as no longer searchable, there is a utility function:
7877

7978
```python

0 commit comments

Comments
 (0)