Trouble when filtering with the attribute_filter

Author Message

Norman Leutner

Monday 27 February 2006 12:35:36 am

Hi,

I got a problem when filtering with the attribute_filter.

If I use the attribute 'firma' everything works fine.
If I use the attribute 'plz' I got the following error and no result is returned:

Notice:  Feb 27 2006 09:15:23 
Attribute filter returned false 

Both attributes are string. The only difference
is the name of the attribute.

Here's the code:

{* Suche Firma *}
  {def $search=concat($view_parameters.firma,'*')}

  {def $haendlerliste=fetch('content','list',
  				   hash('parent_node_id',$node.node_id,
						'sort_by',array('name',true),
						'attribute_filter', array( array( 'user/firma', 'like', $search ) ),
						'class_filter_type',  'include',
						'class_filter_array', array('user')
						)
				  )
  }

{* Suche PLZ *}

  {def $search=concat($view_parameters.plz,'*')}

  {def $haendlerliste=fetch('content','list',
  				   hash('parent_node_id',$node.node_id,
						'sort_by',array('name',true),
						'attribute_filter', array( array( 'user/plz', 'like', $search ) ),
						'class_filter_type',  'include',
						'class_filter_array', array('user')
						)
				  )
  }

I already spend too much time on this and wasn't able to get it working...

Has anybody a hint for me?

Mit freundlichen Grüßen
Best regards

Norman Leutner

____________________________________________________________
eZ Publish Platinum Partner - http://www.all2e.com
http://ez.no/partners/worldwide_partners/all2e_gmbh

Kristof Coomans

Monday 27 February 2006 1:35:49 am

You can try to clear the class attribute identifier cache. Wether you can do this in the admin interface (fine grained cache control table: class identifier cache) depends on your version of eZ publish (see http://ez.no/bugs/view/7425 ).

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Norman Leutner

Monday 27 February 2006 2:06:53 am

After clearing the cache, I get the same error:

Notice: Feb 27 2006 10:55:37
Attribute filter returned false

Mit freundlichen Grüßen
Best regards

Norman Leutner

____________________________________________________________
eZ Publish Platinum Partner - http://www.all2e.com
http://ez.no/partners/worldwide_partners/all2e_gmbh

Norman Leutner

Monday 27 February 2006 2:16:27 am

Strange behavior..

Ok, I deleted the contents of the directorys by hand and now it works fine...

Thanks for the cache hint !

Mit freundlichen Grüßen
Best regards

Norman Leutner

____________________________________________________________
eZ Publish Platinum Partner - http://www.all2e.com
http://ez.no/partners/worldwide_partners/all2e_gmbh

Kristof Coomans

Monday 27 February 2006 11:02:58 pm

Which version of eZ publish are you using? I guess it is one where the bug I mentioned wasn't fixed yet...

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Nabil Alimi

Monday 03 April 2006 7:43:40 am

I encountoured the same issue and I solved it by manually remove cache files in var folder.

My blog : http://www.starnab.com/ezpublish / http://www.starnab.com/ / http://www.assiki-consulting.com
eZ Publish Freelance developper. Feel free to contact me +33 674 367 057
nabil at assiki d0t fr

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 19 2025 00:10:19
Script start
Timing: Jan 19 2025 00:10:19
Module start 'layout'
Timing: Jan 19 2025 00:10:19
Module start 'content'
Timing: Jan 19 2025 00:10:21
Module end 'content'
Timing: Jan 19 2025 00:10:21
Script end

Main resources:

Total runtime1.9740 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.0067 588.0469152.6406
Module start 'layout' 0.00670.0038 740.687539.4766
Module start 'content' 0.01061.9616 780.1641626.4063
Module end 'content' 1.97220.0018 1,406.570320.1250
Script end 1.9739  1,426.6953 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.1816160.0002
Check MTime0.00140.0730160.0001
Mysql Total
Database connection0.00140.070310.0014
Mysqli_queries1.901396.3178680.0280
Looping result0.00080.0413660.0000
Template Total1.935298.020.9676
Template load0.00200.103620.0010
Template processing1.933197.930120.9666
Template load and register function0.00010.006710.0001
states
state_id_array0.00090.044410.0009
state_identifier_array0.00310.159020.0016
Override
Cache load0.00170.0881350.0000
Sytem overhead
Fetch class attribute can translate value0.00130.066830.0004
Fetch class attribute name0.00160.080090.0002
XML
Image XML parsing0.00170.085730.0006
class_abstraction
Instantiating content class attribute0.00000.0011120.0000
General
dbfile0.00150.0754290.0001
String conversion0.00000.000540.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/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
10content/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
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 29
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs