You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by "Serge Huber (Jira)" <ji...@apache.org> on 2020/11/11 15:23:00 UTC

[jira] [Updated] (UNOMI-368) Introduce double value to condition parameter

     [ https://issues.apache.org/jira/browse/UNOMI-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Serge Huber updated UNOMI-368:
------------------------------
    Fix Version/s: 1.5.3

> Introduce double value to condition parameter
> ---------------------------------------------
>
>                 Key: UNOMI-368
>                 URL: https://issues.apache.org/jira/browse/UNOMI-368
>             Project: Apache Unomi
>          Issue Type: Improvement
>            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)