<div dir="ltr">Hi<br><br>am working in web site upgradation,<br><br>My database not suport the view,<br><br>so there is chance to use the view module<br><br>So that,am creating custom search,<br><br>that search for only single content type,<br>
<br>Here am writing search code for event block,<br><br>so my search only for event article,title display,<br><br><br>Is there any module solve my problem, send that link<br><br>thanks<br><br><div class="gmail_quote">On Fri, Jul 18, 2008 at 10:16 PM, Paul Kim &lt;<a href="mailto:pkim@reachlocal.com">pkim@reachlocal.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">bharani,<br>
<br>
You don&#39;t have to call us &quot;dear&quot; or &quot;dears&quot;. That is a term of<br>
endearment and not necessarily appropriate in this context. Just saying<br>
&quot;Hi&quot; or &quot;Hello&quot; is fine.<br>
<br>
What kind of search are you doing? Are you using Views to filter on a<br>
list of nodes? If so, you may just want to use the Views Filter Block<br>
module which will create the necessary block of the exposed filters of a<br>
view for you.<br>
<br>
Otherwise, you&#39;ll need to create a function that will process the form,<br>
validate it, and return your desired search results. <a href="http://api.drupal.org" target="_blank">api.drupal.org</a> and<br>
the <a href="http://drupal.org" target="_blank">drupal.org</a> site are both very helpful to this end.<br>
<br>
Paul<br>
<div class="Ih2E3d"><br>
bharani kumar wrote:<br>
&gt; Hi dear<br>
&gt;<br>
&gt; thanks for response,<br>
&gt;<br>
&gt; where i write the post response operation<br>
&gt;<br>
&gt; and all,<br>
&gt;<br>
&gt; that is like &gt;&gt;&gt;<br>
&gt;<br>
&gt; where i write the query and where i execute the that query and all<br>
&gt;<br>
&gt;<br>
&gt; thanks<br>
&gt; regards<br>
&gt;<br>
&gt; On Thu, Jul 17, 2008 at 11:32 PM, sumit kataria &lt;<a href="mailto:pec.sumit@gmail.com">pec.sumit@gmail.com</a><br>
</div><div class="Ih2E3d">&gt; &lt;mailto:<a href="mailto:pec.sumit@gmail.com">pec.sumit@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; HI<br>
&gt; &nbsp; &nbsp; you can use formAPI to create a text box (more specifications on<br>
</div>&gt; &nbsp; &nbsp; <a href="http://api.drupal.org" target="_blank">api.drupal.org</a> &lt;<a href="http://api.drupal.org" target="_blank">http://api.drupal.org</a>&gt;)<br>
<div class="Ih2E3d">&gt;<br>
&gt; &nbsp; &nbsp; your form function will go like this -<br>
&gt; &nbsp; &nbsp; $form[&#39;example_textbox&#39;] = array(<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &#39;#title&#39; =&gt; t(&#39;my first textbox&#39;),<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &#39;#description&#39; =&gt; t(),<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &#39;#type&#39; = &#39;textbox&#39;,<br>
&gt; &nbsp; &nbsp; );<br>
&gt; &nbsp; &nbsp; &nbsp;$form[&#39;MySubmit&#39;] = array(<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &#39;#type&#39; =&gt; submit,<br>
&gt; &nbsp; &nbsp; );<br>
&gt; &nbsp; &nbsp; and in corresponding submit function use<br>
&gt; &nbsp; &nbsp; $form_state[&#39;values&#39;][&#39;examle_textbox&#39;] to get text string !!<br>
&gt; &nbsp; &nbsp; On Thu, Jul 17, 2008 at 4:58 PM, bharani kumar<br>
&gt; &nbsp; &nbsp; &lt;<a href="mailto:bharanikumariyerphp@gmail.com">bharanikumariyerphp@gmail.com</a><br>
</div><div class="Ih2E3d">&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:bharanikumariyerphp@gmail.com">bharanikumariyerphp@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Hi dears<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; How to create the textbox,<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; I am writing custom block,<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; So i want one text box, one submit button,<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; for search operation..<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; --<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; --<br>
&gt; &nbsp; &nbsp; Warm Regards<br>
&gt; &nbsp; &nbsp; sumit kataria<br>
&gt; &nbsp; &nbsp; cell 91-9888546343<br>
</div>&gt; &nbsp; &nbsp; <a href="http://www.sumitk.net" target="_blank">www.sumitk.net</a> &lt;<a href="http://www.sumitk.net" target="_blank">http://www.sumitk.net</a>&gt;<br>
<div class="Ih2E3d">&gt;<br>
&gt; &nbsp; &nbsp; --<br>
&gt; &nbsp; &nbsp; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;<br>
&gt;<br>
<br>
</div>--<br>
<div><div></div><div class="Wj3C7c">[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br></div>