Skip to content

Commit 3edf8ae

Browse files
acoumbalina-tincas
andauthored
Update marketplace-and-integrations/integrations/algolia.md
Co-authored-by: Alina-Magdalena Tincas <[email protected]>
1 parent a95619f commit 3edf8ae

File tree

1 file changed

+4
-4
lines changed
  • marketplace-and-integrations/integrations

1 file changed

+4
-4
lines changed

marketplace-and-integrations/integrations/algolia.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ These implementations contain a custom converter for the `Umbraco.MediaPicker3`
177177

178178
If a different implementation is required, you will need to follow these steps:
179179

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
184184

185185
The following code sample demonstrates this approach:
186186

0 commit comments

Comments
 (0)