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: marketplace-and-integrations/integrations/algolia.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -177,10 +177,10 @@ These implementations contain a custom converter for the `Umbraco.MediaPicker3`
177
177
178
178
If a different implementation is required, you will need to follow these steps:
179
179
180
-
a. Inherit from `AlgoliaSearchPropertyIndexValueFactory`
181
-
b. Override the `GetValue` method
182
-
c. Add custom handlers to the [`Converters`](https://github.com/umbraco/Umbraco.Cms.Integrations/blob/fe5b17be519fff2c2420966febe73c8ed61c9374/src/Umbraco.Cms.Integrations.Search.Algolia/Services/AlgoliaSearchPropertyIndexValueFactory.cs#L26) dictionary
183
-
d. Register your implementation in the composer
180
+
1. Inherit from `AlgoliaSearchPropertyIndexValueFactory`
181
+
2. Override the `GetValue` method
182
+
3. Add custom handlers to the [`Converters`](https://github.com/umbraco/Umbraco.Cms.Integrations/blob/fe5b17be519fff2c2420966febe73c8ed61c9374/src/Umbraco.Cms.Integrations.Search.Algolia/Services/AlgoliaSearchPropertyIndexValueFactory.cs#L26) dictionary
183
+
4. Register your implementation in the composer
184
184
185
185
The following code sample demonstrates this approach:
0 commit comments