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
Method updatePropertiesInFieldsSortAndSourceFilter auto changes a Sort Field from ad.home.price.value to ad.home.price, because the attribute value is type MonetaryAmount, which is an interface.
Method
updatePropertiesInFieldsSortAndSourceFilter
auto changes a Sort Field fromad.home.price.value
toad.home.price
, because the attribute value is typeMonetaryAmount
, which is an interface.MonetaryAmount
Mapping is done viaElasticsearchCustomConversions
.detailed error:
Method
getPersistentEntity
returns null, because persistentProperty:price isn’t an entity;persistentProperty.getTypeInformation()
from price isjavax.money.MonetaryAmount
Is there a way to temporarily set the type information externally or an other workaround?
The text was updated successfully, but these errors were encountered: