how to do a search box

Author Message

abdalla chakik

Monday 25 July 2005 11:04:36 pm

hi all,i have done a new module in ez publish,this module can connect to an external database and chow the informaion in the databsa to the users(like name and id and.....).i want to add a search box in this module to search into the information that contain my new module page(search box in the page).i try to add the code:

my module url is:
http://127.0.0.1/index.php/cciat_admin/mymodule/list
--------------------------
<form action={"/mymodule/list/advancedsearch/"|ezurl} method="get">
Search in folder description:
<input type="hidden" name="Content_search_attribute_fulltext_classattribute_id[]" value="2" />
<input type="text" name="Content_search_attribute_fulltext_value[]" value="{$search_array_by_class_attribute_id['2']['value']}" />
<input type="submit" value="Search" name="SearchButton">
</form>
-------------------
but when i click on the serch button the same page reload.(http://127.0.0.1/index.php/cciat_admin/mymodule/list).
anyone can help me???and 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 18 2025 16:07:28
Script start
Timing: Jan 18 2025 16:07:28
Module start 'layout'
Timing: Jan 18 2025 16:07:28
Module start 'content'
Timing: Jan 18 2025 16:07:30
Module end 'content'
Timing: Jan 18 2025 16:07:30
Script end

Main resources:

Total runtime1.4473 sec
Peak memory usage4,096.0000 KB
Database Queries46

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0080 589.0391152.6250
Module start 'layout' 0.00800.0033 741.664139.4453
Module start 'content' 0.01131.4342 781.1094402.7656
Module end 'content' 1.44550.0017 1,183.87508.1719
Script end 1.4472  1,192.0469 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.2466160.0002
Check MTime0.00140.0994160.0001
Mysql Total
Database connection0.00090.062710.0009
Mysqli_queries1.407897.2734460.0306
Looping result0.00040.0310440.0000
Template Total1.397196.520.6985
Template load0.00260.177120.0013
Template processing1.394596.351420.6972
Template load and register function0.00030.024110.0003
states
state_id_array0.00160.112810.0016
state_identifier_array0.00310.213120.0015
Override
Cache load0.00180.1261160.0001
Sytem overhead
Fetch class attribute can translate value0.00090.064610.0009
Fetch class attribute name0.00070.048510.0007
XML
Image XML parsing0.00010.007510.0001
class_abstraction
Instantiating content class attribute0.00000.000310.0000
General
dbfile0.00060.0422100.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
1content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
2content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/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: 6
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs