3.2 -> Is it possible to exclude some classes from the search ?

Author Message

laurent le cadet

Sunday 07 December 2003 3:24:07 am

Hi,

I want to exclude some classes from the search engine (image for example).

Is it possible ?

Thanks.

Laurent

17/12
Till impossible ? ;-)

Claus Jensen

Wednesday 17 December 2003 6:12:28 am

Hi Laurent,
Yes its possible, check out:
http://www.ez.no/developer/ez_publish_3/documentation/development/libraries/ez_template/operators/data_fetch

and:
http://www.ez.no/developer/ez_publish_3/documentation/customization/components/search/search_operator

cheers,
claÜs

Tore Skobba

Wednesday 17 December 2003 6:13:25 am

Yes, read here for more.

http://www.ez.no/developer/ez_publish_3/documentation/customization/components/search/custom_search_box

And here

http://www.ez.no/developer/ez_publish_3/documentation/customization/components/search/search_operator

Good luck.

Btw. A problem I often have had is that some of my pages (objects) are built of several objects, these building block objects should not have an full display mode as alone they are meaningless. Then I instead make an template full for them which simply calls it's parents full template. Otherwise a seach can make an "direct" full link to them.

Cheers
Tore

laurent le cadet

Wednesday 17 December 2003 6:43:01 am

Thanks guys.

Actually I'm drawing a fish (?!...flash animation)...I'll check your solutions as soon as it sweams by itself.

See you soon.

Laurent.

akiL Mussa

Friday 05 November 2004 5:58:35 am

Hi,

I have a similar problem. I'm trying to exclude images from the search. In the file search.tpl I have the following code:

{let search=false()}
{section show=$use_template_search}
    {set page_limit=10}
    {set search=fetch(content,search,
                      hash(text,$search_text,
                           section_id,$search_section_id,
                           subtree_array,$search_subtree_array,
                           sort_by,array('modified',false()),
                           offset,$view_parameters.offset,
			   class_filter_type, "exclude",
			   class_filter_array, array(5),
                           limit,$page_limit))}
    {set search_result=$search['SearchResult']}
    {set search_count=$search['SearchCount']}
    {set stop_word_array=$search['StopWordArray']}
    {set search_data=$search}
{/section}

Is there any problem with this code?

Thanks,
akiL

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 01:18:55
Script start
Timing: Jan 19 2025 01:18:55
Module start 'layout'
Timing: Jan 19 2025 01:18:55
Module start 'content'
Timing: Jan 19 2025 01:18:56
Module end 'content'
Timing: Jan 19 2025 01:18:56
Script end

Main resources:

Total runtime1.4416 sec
Peak memory usage4,096.0000 KB
Database Queries67

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 590.5469152.6563
Module start 'layout' 0.00550.0026 743.203139.5078
Module start 'content' 0.00821.4318 782.7109600.5313
Module end 'content' 1.44000.0016 1,383.242212.0938
Script end 1.4416  1,395.3359 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.2292160.0002
Check MTime0.00140.0946160.0001
Mysql Total
Database connection0.00050.035610.0005
Mysqli_queries1.382895.9186670.0206
Looping result0.00070.0488650.0000
Template Total1.408997.720.7044
Template load0.00240.166420.0012
Template processing1.406597.562120.7032
Template load and register function0.00010.006010.0001
states
state_id_array0.00230.162710.0023
state_identifier_array0.00130.091720.0007
Override
Cache load0.00200.1415410.0000
Sytem overhead
Fetch class attribute can translate value0.00080.052440.0002
Fetch class attribute name0.00100.071060.0002
XML
Image XML parsing0.00080.057140.0002
class_abstraction
Instantiating content class attribute0.00000.000970.0000
General
dbfile0.00080.0522160.0000
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
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
11content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
6content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/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: 27
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs