Skip to content

Commit e9c9ac2

Browse files
Update 16/umbraco-cms/reference/searching/examine/indexing.md
Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com>
1 parent 571338e commit e9c9ac2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

16/umbraco-cms/reference/searching/examine/indexing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ public class ExamineComposer : IComposer
6464
}
6565
```
6666

67-
Note the use of the `ComposeAfter` attribute. Adding this guarantees that the composer will run after the core composer responsible for setting up the default index details.
67+
{% hint style="info" %}
68+
The use of the `ComposeAfter` attribute guarantees that the composer will run after the core composer responsible for setting up the default index details.
69+
{% endhint %}
6870

6971
### Changing field value types
7072

0 commit comments

Comments
 (0)