[
https://issues.apache.org/jira/browse/UNOMI-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Serge Huber resolved UNOMI-368.
-------------------------------
Resolution: Fixed
> Introduce double value to condition parameter
> ---------------------------------------------
>
> Key: UNOMI-368
> URL: https://issues.apache.org/jira/browse/UNOMI-368
> Project: Apache Unomi
> Issue Type: Improvement
> Affects Versions: 1.5.1, 1.5.2
> Reporter: Taybou
> Assignee: Taybou
> Priority: Major
> Fix For: 1.5.3
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> h1. Assertion
> Related to this use case:
>
> I’m trying to create a segment based on a profilePropertyCondition that it's
> value is a double. I tried to use both “propertyValue” and
> “propertyValueInteger” and both didn’t work. I tried with and without
> quotation marks (“”). The condition I used:
> {code:java}
> {
> "type": "profilePropertyCondition",
> "parameterValues": {
> "propertyName": "properties.propName",
> "comparisonOperator": "greaterThanOrEqualTo",
> "propertyValueInteger": "0.8"
> }
> }
> {code}
> How can I implement that?
>
> h1. Resolution
> The propertyValueDouble has been added to resolve condition matching instead
> of using string or integer value
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)