[Notice] Undefined index: Search

GET /resources/silverstripe/adding-a-cms-tooltip/SearchForm?start=100

Line 132 in /home/james/public_html/cms/code/search/SearchForm.php

Source

123 					Translatable::disable_locale_filter();
124 				} else {
125 					$origLocale = Translatable::get_current_locale();
126 
127 					Translatable::set_current_locale($data['searchlocale']);
128 				}
129 			}
130 		}
131 
132 		$keywords = $data['Search'];
133 
134 	 	$andProcessor = create_function('$matches','
135 	 		return " +" . $matches[2] . " +" . $matches[4] . " ";
136 	 	');
137 	 	$notProcessor = create_function('$matches', '
138 	 		return " -" . $matches[3];

Trace

Search Results | James Barnsley | Web designer and developer in Wellington

Diagnose VirtualHost rules on Apache

23 July 2014

When diagnosing problems with Apache and VirtualHosts, especially when using SSL on a shared IP address, it makes life a lot easier to be able to...

Read more

Custom HTML in GridField

11 August 2014

GridFields are great, but sometimes you need to jazz them up with your own HTML or images to make it more user-friendly. Especially when handling huge...

Read more

Add field to a many_many relationship

19 November 2014

Sorting dataobjects in a many_many requires the sort to be on the relationship, rather than the parent or child dataobject. You can add any fields to...

Read more

Adding a CMS tooltip

24 November 2014

Don't worry about writing bloated documentation - just write the tips where they're useful! Tooltips on tricky CMS fields make life a great deal easier, and...

Read more

Wild Peaks Ltd

Beautiful, Nordic outdoor events Using New Zealand's natural beauty as a backdrop and enhancing it with a sprinkle of Nordic magic, the guys at Wild Peaks help...

Read more

Iris

Centralised music server interface Mopidy is a music server that enables users to play music from a multitude of providers - Spotify, Google Music, Soundcloud and of...

Read more

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42

Page 11 of 42

Let's work together