Relative range queries

Is it possible to do relative range queries? IE: modified_at: new Date() -
30. I would like to add a percolate query, which queries x days in the past.

I am not aware of such a date math functionality - can't you use a
percolate query which does some scripting? Or probably you can create
an issue...

Peter.

On 1 Nov., 20:44, Tyler Schroeder vailrip...@gmail.com wrote:

Is it possible to do relative range queries? IE: modified_at: new Date() -
30. I would like to add a percolate query, which queries x days in the past.