I need to be able to specify that I will select nodes only with a date greater than six months ago. I can specify dates six months FROM now, but apparently not BEFORE now (unless it's possible and the documentation simply fails to specify how. I read the online docs.)

Right now I can say @P1W and get anything from now to one week from now. I don't know how that's even useful, because I can't actually create a node in the future, but I'm sure it's useful to someone or it wouldn't do it at all.

I need to be able to say @M6M or something, where it's now to six months in the past (or more correctly, six months in the past to now.)

If such functionality exists, by all means, let me know how, and change the Component to Documentation.

Comments

karens’s picture

Version: 5.x-1.3 » 7.x-1.x-dev

Bumping this to HEAD. It won't go into this version, but maybe the next.

darren oh’s picture

Version: 7.x-1.x-dev » 6.x-2.x-dev
Status: Active » Needs review
StatusFileSize
new1.6 KB

I needed this also. The attached patch allows negative values in periods.

arlinsandbulte’s picture

Status: Needs review » Postponed (maintainer needs more info)

I am confused and need a little clarification.

In what context are you doing this?
In a url?
In a view? Argument of a view?

How can I recreate or demonstrate the problem?

arlinsandbulte’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

17 weeks at 'postponed (maintainer needs more info)' with no response.

I am closing this issue.