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 49dfeca commit ae1708fCopy full SHA for ae1708f
docs/backend/indexing.md
@@ -72,8 +72,7 @@ from plone.app.dexterity.textindexer import utils
72
utils.searchable(ICategorization, 'categorization')
73
```
74
75
-The `title` and `description` on `plone.app.dexterity`'s `IBasic` behavior
76
-are marked as searchable by default.
+The `title` and `description` on `plone.app.dexterity`'s `IBasic` behavior are marked as searchable by default.
77
For marking them as no longer searchable, there is a utility function:
78
79
```python
0 commit comments