filtering problems...

Author Message

johann savalle

Sunday 26 June 2005 3:50:11 am

Hi,

I guess I am still unable to figure out the right way to read the documentation, but after multiple try I still can't filter a list of class based on an attribute value...
here is the code :

{let data2=fetch( 'content', 'tree', hash( 'parent_node_id', 15232,
                                          'class_filter_type', 'include',
                                          'class_filter_array', array( 'lesson_text' ) 
                                          'attribute_filter', 
                                           array('or', array( 'lesson_text/status', '=', 0 ))))}
        {section var=test loop=$data2}
                {node_view_gui view=line content_node=$test}
        {/section}

It doesn't display anything at all... and i got the following debug message :

parser error @ design/kabru/templates/pagelayout.tpl:36[10]
Extra characters found, should have been a whitespace or the end of the expression
Characters: 'fetch( 'content', 'tree', hash( 'parent_node_id', 15232,
                                          'class_filter_type', 'include',
                                          'class_filter_array', array( 'lesson_text' )
                                          'attribute_filter', 
                                           array('or', array( 'lesson_text/status', '=', 0 ))))'

I have followed the documention(the old one and the new one), which doesn't provide any exemples anyway, but so far it should be correct.

any ideas ?

Ł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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 08:03:54
Script start
Timing: Jan 31 2025 08:03:54
Module start 'layout'
Timing: Jan 31 2025 08:03:54
Module start 'content'
Timing: Jan 31 2025 08:03:55
Module end 'content'
Timing: Jan 31 2025 08:03:55
Script end

Main resources:

Total runtime0.8449 sec
Peak memory usage4,096.0000 KB
Database Queries68

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0057 588.0078151.1953
Module start 'layout' 0.00570.0028 739.203136.6172
Module start 'content' 0.00840.8355 775.82031,023.0469
Module end 'content' 0.84390.0009 1,798.867215.8750
Script end 0.8448  1,814.7422 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.3881160.0002
Check MTime0.00130.1561160.0001
Mysql Total
Database connection0.00070.080410.0007
Mysqli_queries0.777892.0637680.0114
Looping result0.00060.0731660.0000
Template Total0.808495.720.4042
Template load0.00220.257320.0011
Template processing0.806295.425920.4031
Template load and register function0.00150.178510.0015
states
state_id_array0.00160.191010.0016
state_identifier_array0.00130.156920.0007
Override
Cache load0.00190.2218480.0000
Sytem overhead
Fetch class attribute can translate value0.00110.126730.0004
Fetch class attribute name0.00210.246280.0003
XML
Image XML parsing0.00300.355730.0010
class_abstraction
Instantiating content class attribute0.00000.002490.0000
General
dbfile0.00460.5412230.0002
String conversion0.00000.001340.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
14content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
6content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 34
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs