You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "DOYUNG YOON (JIRA)" <ji...@apache.org> on 2016/02/04 07:44:39 UTC

[jira] [Created] (S2GRAPH-32) Support variable such as now, day, hour on query.

DOYUNG YOON created S2GRAPH-32:
----------------------------------

             Summary: Support variable such as now, day, hour on query.
                 Key: S2GRAPH-32
                 URL: https://issues.apache.org/jira/browse/S2GRAPH-32
             Project: S2Graph
          Issue Type: Improvement
            Reporter: DOYUNG YOON
            Priority: Minor


In some cases, It is frequent to test with different value for time related values on query with Experiments.

ex) "duration": {"from": 1454425200000, "to": 1454511600000}.

currently above changes require client to change request query body itself. it would be great to support something like this.

ex) "duration": {"from": "${-1 day}", "to": "${now}"}

benefit of this support is not requiring client to change their query so more flexibility for A/B testing with experiment.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)