<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Forum posts to 'Archive'</title>
		<link>http://www.silverstripe.org/archive/rss</link>
		<atom:link href="http://www.silverstripe.org/archive/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: issue with big searchform</title>
			<link>http://www.silverstripe.org/archive/show/7161?start=0#post7326</link>
			<description>&lt;p&gt;Hey Ingo,&lt;/p&gt;&lt;p&gt;Thanks for the support.&lt;br /&gt;It worked out the way you said!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: issue with big searchform &lt;a href=&quot;http://www.silverstripe.org/archive/show/7161?start=0#post7326&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/7161?start=0#post7326&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 23 Oct 2007 09:53:45 +1300</pubDate>
			<dc:creator>blaater</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/7161?start=0#post7326</guid>
		</item>
		
		<item>
			<title>Re: issue with big searchform</title>
			<link>http://www.silverstripe.org/archive/show/7161?start=0#post7266</link>
			<description>&lt;p&gt;aah, right - didn't click on submit ;)&lt;br /&gt;the problem is that DataObjectSet-&amp;gt;Pages() just appends the &quot;start&quot;-GET-parameter to any existing get-parameter (this is why your search-options are retained on subsequent pages).&lt;br /&gt;this logic doesn't work with POST-data (or as you noted, URLs longer than ~2000 chars).&lt;br /&gt;there is no easy way around this - i'd recommend to store all search-parameters in a php-session, and give a unique hash back to the URL.&lt;/p&gt;&lt;p&gt;in your page-controller's init(), you could check for an existing hash-parameter, and populate the $_POST-array from the session-data belonging to the hash. this is a bit hacky, but easier that to properly customize SearchForm and DataObjectSet  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: issue with big searchform &lt;a href=&quot;http://www.silverstripe.org/archive/show/7161?start=0#post7266&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/7161?start=0#post7266&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 21 Oct 2007 14:44:33 +1300</pubDate>
			<dc:creator>Ingo</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/7161?start=0#post7266</guid>
		</item>
		
		<item>
			<title>Re: issue with big searchform</title>
			<link>http://www.silverstripe.org/archive/show/7161?start=0#post7256</link>
			<description>&lt;p&gt;Hello Ingo,&lt;/p&gt;&lt;p&gt;The pagenumbers are visible on the resultspage underneath the image container the number of vacancies found, did you try the submit-button at the bottom of the screen? Still have some javascript todo to get the button above the form working  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: issue with big searchform &lt;a href=&quot;http://www.silverstripe.org/archive/show/7161?start=0#post7256&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/7161?start=0#post7256&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 21 Oct 2007 05:23:49 +1300</pubDate>
			<dc:creator>blaater</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/7161?start=0#post7256</guid>
		</item>
		
		<item>
			<title>Re: issue with big searchform</title>
			<link>http://www.silverstripe.org/archive/show/7161?start=0#post7170</link>
			<description>&lt;p&gt;POST is the way to go here i guess. which &quot;pagenumbers&quot; are you referring to?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: issue with big searchform &lt;a href=&quot;http://www.silverstripe.org/archive/show/7161?start=0#post7170&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/7161?start=0#post7170&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 19 Oct 2007 14:15:58 +1300</pubDate>
			<dc:creator>Ingo</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/7161?start=0#post7170</guid>
		</item>
		
		<item>
			<title>issue with big searchform</title>
			<link>http://www.silverstripe.org/archive/show/7161#post7161</link>
			<description>&lt;p&gt;Hello everybody,&lt;/p&gt;&lt;p&gt;At the moment I'm having trouble with a big searchform on my website. &lt;br /&gt;The searchform is located at: &lt;a href=&quot;http://www.emp-ex.nl/uitgebreid-zoeken&quot;&gt;http://www.emp-ex.nl/uitgebreid-zoeken&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The problem is that once all the checkboxes are checked silverstripe will generate a url with more then 2083 characters in it and IE will not display the results. I've tried changing the form-method to POST, but when I do this the pagenumbers don't work anymore.&lt;/p&gt;&lt;p&gt;Is there a way to get the pagenumbers working with the post-method? &lt;/p&gt;&lt;p&gt;Should I rename all the checkboxes for creating a shorter URL? When I do this I have to rebuild all the queries written for the search.&lt;/p&gt;&lt;p&gt;Does anybody know a solution for my problem?&lt;/p&gt;&lt;p&gt;Thanks in advance!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: issue with big searchform &lt;a href=&quot;http://www.silverstripe.org/archive/show/7161#post7161&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/show/7161#post7161&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 19 Oct 2007 07:52:02 +1300</pubDate>
			<dc:creator>blaater</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/7161#post7161</guid>
		</item>
		

	</channel>
</rss>