Share » Forums » General » filtering problems...

filtering problems...

filtering problems...

Sunday 26 June 2005 3:50:11 am - 5 replies

Modified on Sunday 26 June 2005 3:52:11 am by johann savalle

Author Message

Łukasz Serwatka

Sunday 26 June 2005 5:29:08 am

Hi Johann,

This error means that your code have errors in syntax. You have missing ","

'class_filter_array', array( 'lesson_text' ) <- missing ","

should be 

'class_filter_array', array( 'lesson_text' ),
'attribute_filter', 

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

johann savalle

Sunday 26 June 2005 5:29:29 am

Thanks:) I have fixed the missing coma, but it still doesn't display anything...

just in case I tried with :
{let mylist=fetch(content,list,hash(parent_node_id,15232))}
{section loop=$mylist}
{section show=eq($:item.data_map.status.data_int, 0}
{node_view_gui view=line content_node=$:item.data_map}<br>
{/section}
{/section}
{/let}
<br>

but doesn't do much more ...

Łukasz Serwatka

Sunday 26 June 2005 5:43:45 am

Try with,

{node_view_gui view=line content_node=$:item}

and check if var "mylist" have any data

{$mylist|attribute( 'show',1 )}

If you want fetch only nodes with status 0 use

 array( array( 'lesson_text/status', '=', 0 ) )

Good luck!

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

johann savalle

Sunday 26 June 2005 5:51:04 am

thanks,

finally it's working, I used the attribute Id instead of the 'lesson_text/status' and it worked... no idea why this is so, but it's enought if it's working ;)

Mark Marsiglio

Sunday 26 June 2005 6:37:58 pm

Johann,

What kind of system are you running (OS, ez version)?

I just experienced this problem today after copying code from a working installation 3.5/linux to a 3.6/windows install and had to make the same change to get it to work (from attribute name to ID).

Hoping to narrow down to see if it is a bug...

Thanks
Mark

http://www.thinkcreative.com
Turning Ideas Into Strategic Solutions

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu