I assume you mean you're using Form's Filter integration. Look into using Zend_Filter_Callback or writing your own. It's about the same level of effort either way. These pages should help: http://framework.zend.com/manual/en/zend.form.elements.html#zend.form.elements.filters http://framework.zend.com/manual/en/zend.filter.set.html#zend.filter.set.callback http://framework.zend.com/manual/en/zend.filter.writing_filters.html
-Matt On Sun, Jun 14, 2009 at 3:57 AM, Deepak <[email protected]> wrote: > On Sat, Jun 13, 2009 at 10:47 PM, Matthew > Ratzloff<[email protected]> wrote: > > This is an Apache issue (or perhaps "feature", as it is intended > > behavior). It is possible to disable this, but you should consider > > simply filtering out the forward slash character from searches or > > passing the search in the query string. > > > > -Matt > > Thanks for the info. I am relying on the ZF's built in form function > "stringtrim" for search field. What can I do to disregard the slash > (/)? Just because of this one character, my whole application on > search engine friendly URL is completely messed up. > > Thanks again! >
