howto exclude images from search

Author Message

akiL Mussa

Monday 08 November 2004 4:37:56 am

Hi,

I'm trying to exclude images from the search. In the file templates/content/search.tpl I'm using 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

Silke Fox

Monday 08 November 2004 4:53:55 am

Hi,

if images should never be searchable you could just change the image content class and set the text attributes to "non searchable".

Maybe that's an easy solution for you.

silke

akiL Mussa

Monday 08 November 2004 6:13:03 am

Silke,

Thanks for reply, but it doesn't works. I just cleared all chaches, but the search still showing the images.

The images are published like 'content' and not like 'media'. Could this cause this problem ?

Silke Fox

Monday 08 November 2004 6:57:07 am

akiL,

it shouldn't be a problem to publish images in the 'content' section.
Does debug output give any useful information?
You could check some database tables to find out if the search words are in there -
have a look at ezsearch_word and ezsearch_object_word_link.

You might also try to update the search index by script, see
http://ez.no/ez_publish/documentation/development/scripting/supplied_scripts/update_search_index.

Sorry, no more ideas for now...

akiL Mussa

Monday 08 November 2004 7:12:27 am

Ok Silke,

I'll try to do this checks.

thanks

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 06:13:13
Script start
Timing: Jan 31 2025 06:13:13
Module start 'layout'
Timing: Jan 31 2025 06:13:13
Module start 'content'
Timing: Jan 31 2025 06:13:13
Module end 'content'
Timing: Jan 31 2025 06:13:13
Script end

Main resources:

Total runtime0.0186 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0072 588.1563151.2109
Module start 'layout' 0.00720.0030 739.367236.6484
Module start 'content' 0.01020.0067 776.015694.1719
Module end 'content' 0.01690.0017 870.187533.9922
Script end 0.0186  904.1797 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002815.2549140.0002
Check MTime0.00126.6860140.0001
Mysql Total
Database connection0.00074.002410.0007
Mysqli_queries0.004222.420630.0014
Looping result0.00000.075510.0000
Template Total0.00137.010.0013
Template load0.00105.273910.0010
Template processing0.00031.679510.0003
Override
Cache load0.00073.980710.0007
General
dbfile0.002312.164580.0003
String conversion0.00000.043540.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs