<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Forums Topic: simple_search field value modification</title>
<link>http://omeka.org/forums/</link>
<description>Forums Topic: simple_search field value modification</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 22:59:41 +0000</pubDate>

<item>
<title>rcsampang on "simple_search field value modification"</title>
<link>http://omeka.org/forums/topic/simple_search-field-value-modification#post-566</link>
<pubDate>Mon, 04 Aug 2008 07:19:12 +0000</pubDate>
<dc:creator>rcsampang</dc:creator>
<guid isPermaLink="false">566@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Your instruction provided the solution to my problem, surely it saved me a lot of time from looking for the simple_search function.
&#60;/p&#62;</description>
</item>
<item>
<title>kkay on "simple_search field value modification"</title>
<link>http://omeka.org/forums/topic/simple_search-field-value-modification#post-565</link>
<pubDate>Sat, 02 Aug 2008 10:19:20 +0000</pubDate>
<dc:creator>kkay</dc:creator>
<guid isPermaLink="false">565@http://omeka.org/forums/</guid>
<description>&#60;p&#62;The simple_search function is in application/helpers/FormFunctions.php. It is about halfway down, around line 232.&#60;/p&#62;
&#60;p&#62;In the simple_search function, I think you can just change the value below of argument &#34;Submit&#34; to &#34;Search&#34; and you'd be good to go.&#60;br /&#62;
&#60;code&#62;&#38;lt;?php submit(&#38;quot;Submit&#38;quot;,&#38;quot;submit_search&#38;quot;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Hope that helps.
&#60;/p&#62;</description>
</item>
<item>
<title>rcsampang on "simple_search field value modification"</title>
<link>http://omeka.org/forums/topic/simple_search-field-value-modification#post-564</link>
<pubDate>Fri, 01 Aug 2008 22:42:46 +0000</pubDate>
<dc:creator>rcsampang</dc:creator>
<guid isPermaLink="false">564@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I am trying to modify the value of the search button from &#34;submit&#34; to &#34;search&#34; because some of our users are getting confused with the term &#34;submit&#34;.  &#60;/p&#62;
&#60;p&#62;When I looked at the source I figured out that I could simply change value=&#34;Submit&#34; to value=&#34;Search&#34;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;search&#34;&#38;gt;&#60;br /&#62;
		    &#38;lt;h2&#38;gt;Search&#38;lt;/h2&#38;gt;&#60;br /&#62;
		    		&#38;lt;form id=&#34;simple-search&#34; action=&#34;http://localhost/mk/items/browse&#34; method=&#34;get&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;fieldset&#38;gt;&#60;br /&#62;
		    &#38;lt;input type=&#34;text&#34; class=&#34;textinput&#34; name=&#34;search&#34; value=&#34;&#34;/&#38;gt;&#60;br /&#62;
		    &#38;lt;input type=&#34;submit&#34; name=&#34;submit_search&#34; id=&#34;submit_search&#34; value=&#34;Submit&#34; /&#38;gt;		           &#38;lt;/fieldset&#38;gt;&#60;br /&#62;
&#38;lt;/form&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;After looking around I realized I should be looking for simple_search  function&#60;/p&#62;
&#60;p&#62;&#38;lt;?php echo simple_search(array('id'=&#38;gt;'simple-search'),uri('items/browse')); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Am I doing this right? Can anyone point me to the right direction?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
