ezfind ignore visibility

Author Message

Mirko Battisti

Thursday 14 August 2008 5:18:55 am

I use ezfind, I have set "SearchViewHandling=template" in the site.ini.override configuration file so that it uses my template.
In this template I need to do some things (mainly filtering by class type), so I perform the following fetch:

    {set $search=fetch('content','search',
                       hash('text',$search_text,
                            'section_id',$search_section_id,
                            'subtree_array',$search_sub_tree,
                            'class_id',$search_contentclass_id,
                            'class_attribute_id',$search_contentclass_attribute_id,
                            'offset',$view_parameters.offset,
                            'publish_date',$search_date,
                            'limit',$page_limit,
                            'ignore_visibility', false()
                            ))}                            

What happen is that the results number returned counts also hidden nodes, but in fact the hidden nodes are not shown, i.e. it says "the search returned 41 results", but the actual number of results is less than that, say 35. I have the feeling that it's the 'ignore_visibility' settings that doesn't work.

Anyone encountered the same issue?

Thank you,
Mirko.

Paul Borgermans

Thursday 14 August 2008 6:23:32 am

Correct,

There are two problems actually related to visibility and wrong counts, but can you file a bug report so I don't loose track of it?

Thanks
Paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

H-Works Agency

Wednesday 20 October 2010 10:04:27 am

Hello,

Is this corrected ? It seems ezfind returns all objects even if they are hidden ?

EZP is Great

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 18 2025 10:26:48
Script start
Timing: Jan 18 2025 10:26:48
Module start 'layout'
Timing: Jan 18 2025 10:26:48
Module start 'content'
Timing: Jan 18 2025 10:26:49
Module end 'content'
Timing: Jan 18 2025 10:26:49
Script end

Main resources:

Total runtime0.6126 sec
Peak memory usage4,096.0000 KB
Database Queries59

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0054 587.9141152.6250
Module start 'layout' 0.00540.0034 740.539139.4453
Module start 'content' 0.00880.6024 779.9844578.6953
Module end 'content' 0.61120.0014 1,358.679712.4766
Script end 0.6126  1,371.1563 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.5520160.0002
Check MTime0.00130.2064160.0001
Mysql Total
Database connection0.00080.133510.0008
Mysqli_queries0.564892.1917590.0096
Looping result0.00050.0877570.0000
Template Total0.584895.520.2924
Template load0.00190.309320.0009
Template processing0.582995.148220.2914
Template load and register function0.00020.032510.0002
states
state_id_array0.00140.232410.0014
state_identifier_array0.00060.104320.0003
Override
Cache load0.00160.2557200.0001
Sytem overhead
Fetch class attribute can translate value0.00130.204730.0004
Fetch class attribute name0.00170.281250.0003
XML
Image XML parsing0.00120.190830.0004
class_abstraction
Instantiating content class attribute0.00000.002550.0000
General
dbfile0.00080.1301240.0000
String conversion0.00000.001240.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
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.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/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
2content/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: 17
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs