umbraco / Umbraco.Cms.Integrations

MIT License
31 stars 20 forks source link

#151 Added support of non-string field values for indexing #152

Closed geann closed 7 months ago

geann commented 7 months ago

This is to support indexing of non-string values as described in the issue #151. All logic defined in the method GetValue() stays the same, but now it allows to create a custom implementation of IAlgoliaSearchPropertyIndexValueFactory and push object values to Algolia if necessary.

Before: image

After: image

acoumb commented 7 months ago

Hi @geann ,

We have released version 2.0.0 with changes to the way converters work (more details here).

I took your changes into consideration and manually amended.

Thank you for your contribution, Adrian