Problem with where attribute in shortcode

0

Hi, I'm using a shortcode on a wp page:-

[pods name="monteria" order="t.fecha" where="t.fecha >= NOW()" limit="10" template="monteria/list"]

The where clause is being ignored and all records returned. I use a similar syntax on other pages (not as shortcode) and it works fine.

$pods->findRecords('t.fecha',-1,"t.fecha >= NOW()");

asked Aug 1 '11 at 4:56

caroig

16

add comment
enter at least 15 characters

2 Answers

0

Try running the very latest version of Pods 1.10.4 for the fix.

answered Aug 1 '11 at 5:08

sc0ttkclark

2936

add comment
enter at least 15 characters
0

Sorted - Many thanks!!

answered Aug 1 '11 at 5:49

caroig

16

add comment
enter at least 15 characters