You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-cms/reference/searching/examine/indexing.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,9 @@ public class ExamineComposer : IComposer
64
64
}
65
65
```
66
66
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.
0 commit comments