Search doesn't find programaticly added products

Author Message

Dominik Pich

Tuesday 30 March 2004 1:36:29 am

I wrote a script (as extension module) that reads xml files uploaded via ftp and creates a eZContentObject setting its attributes to the text/ints/images/binaries set it the xml.

All works but for the search... ALTHOUGH
the attributes of the product class are searchable!
registerSearchObject is called (not as a post_publish hook though)!
the updateSearchIndex script has been run!

What am I missing?

Paul Forsyth

Tuesday 30 March 2004 3:41:57 am

Does your user have the right role permissions to view the objects? Search won't display if you don't.

Also, check the templates used for search results. There may be something in there stopping it from being viewed.

paul

Paul Forsyth

Tuesday 30 March 2004 3:42:56 am

finally check your db and the table 'ezsearch_word' to see if your attributes have been catalogued.

Dominik Pich

Wednesday 31 March 2004 2:08:02 am

words are there... results 0 - seen in stats

Paul Forsyth

Wednesday 31 March 2004 2:26:18 am

If the words are in the db then it sounds like a template problem. Probably worth testing whether results are being passed to the template.

Dominik Pich

Monday 05 April 2004 5:41:06 am

First of all: Thank you!
It was no template error, not even an ez error but a mysql permissions error...
dumb me :) I disabled debug output and therefore didnt see it.
Also, I didnt think the db was the problem, it works with other ez pages also on this server.

Sorry for wasting your time although your comment on templates made me investigate in that direction.

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 07:18:02
Script start
Timing: Jan 19 2025 07:18:02
Module start 'layout'
Timing: Jan 19 2025 07:18:02
Module start 'content'
Timing: Jan 19 2025 07:18:03
Module end 'content'
Timing: Jan 19 2025 07:18:03
Script end

Main resources:

Total runtime0.9501 sec
Peak memory usage4,096.0000 KB
Database Queries66

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0058 589.2891152.6406
Module start 'layout' 0.00580.0030 741.929739.4766
Module start 'content' 0.00880.9396 781.4063498.9063
Module end 'content' 0.94840.0016 1,280.312512.4375
Script end 0.9501  1,292.7500 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00390.4113160.0002
Check MTime0.00150.1585160.0001
Mysql Total
Database connection0.00090.090310.0009
Mysqli_queries0.901894.9138660.0137
Looping result0.00060.0636640.0000
Template Total0.920396.920.4601
Template load0.00270.282620.0013
Template processing0.917696.577720.4588
Template load and register function0.00010.011510.0001
states
state_id_array0.00080.085510.0008
state_identifier_array0.00090.099320.0005
Override
Cache load0.00220.2337250.0001
Sytem overhead
Fetch class attribute can translate value0.00100.101120.0005
Fetch class attribute name0.00100.102360.0002
XML
Image XML parsing0.00020.024420.0001
class_abstraction
Instantiating content class attribute0.00000.001260.0000
General
dbfile0.00070.0775100.0001
String conversion0.00000.000840.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/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.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: 5

Time used to render debug report: 0.0001 secs