[ic] search not working

ic at 3edge.com ic at 3edge.com
Wed Jun 18 07:09:12 UTC 2008


Darnell Hudson writes: 

> I been try to get my search working for my client did a little search on 
> how to do the search but still
> does not work.
> This what I have in my search area
> <form action="[area search]" method="post" name="top_search">
>     <input type="hidden" name="mv_searchspec" value="">
>        
>         <div id="search"> 
> 
>             <span id="searchlabel">Search</span>
>             <span id="searchinput"><input id="input_box" type="text" 
> name="mv_searchspec" /></span>
>             <span id="searchbutton"><input type="image" 
> src="searchbutton.gif" alt="Search" /></span> 
> 
> this is my code for the results page
> [search-region]
>   [search-list] 
> 
>   [on-match]
>  [item-description]  <br/>
>   [/on-match] 
> 
>   [no-match]
>    NO MATCHES
>   [/no-match] 
> 
>   [/search-list]
>   [/search-region]
> does this search the database or does it search a file.

Have you already managed to get *any* search example to work? The most basic 
one: 

SEARCH PAGE:
<form action="[area search]" method="POST">
   <input type="text" size="30" name="mv_searchspec">
   <input type="submit" value="Search">
</form> 


RESULTS PAGE:
[search-region]
[on-match]
   WE HAVE A MATCH
[/on-match] 

[search-list]
 [item-description]
[/search-list] 

[no-match]
  NO MATCH
[/no-match] 

[more-list]
  EVEN MORE MATCHES THAN THIS
[/more-list]
[/search-region] 

If this does not work, inform us about errors you get in the error.log 

CU, 

Gert



More information about the interchange-users mailing list