Forums / General / filtering problems...

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

eZ debug

Timing: Jan 19 2025 05:01:25
Script start
Timing: Jan 19 2025 05:01:25
Module start 'content'
Timing: Jan 19 2025 05:01:26
Module end 'content'
Timing: Jan 19 2025 05:01:27
Script end

Main resources:

Total runtime1.6040 sec
Peak memory usage4,096.0000 KB
Database Queries205

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0064 588.8281180.8516
Module start 'content' 0.00641.3764 769.6797632.3516
Module end 'content' 1.38280.2211 1,402.0313341.0781
Script end 1.6039  1,743.1094 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00610.3792210.0003
Check MTime0.00320.2014210.0002
Mysql Total
Database connection0.00080.048610.0008
Mysqli_queries1.505193.83852050.0073
Looping result0.00230.14392030.0000
Template Total1.576898.320.7884
Template load0.00250.153020.0012
Template processing1.574498.154820.7872
Template load and register function0.00040.024910.0004
states
state_id_array0.00080.048610.0008
state_identifier_array0.00110.070720.0006
Override
Cache load0.00160.1002480.0000
Sytem overhead
Fetch class attribute can translate value0.00130.084040.0003
Fetch class attribute name0.00250.153080.0003
XML
Image XML parsing0.00540.334640.0013
class_abstraction
Instantiating content class attribute0.00000.001690.0000
General
dbfile0.00970.6022340.0003
String conversion0.00000.000430.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

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
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/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