[Notice] Undefined index: Search

GET /resources/silverstripe/custom-html-in-gridfield/SearchForm?start=70

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

Track down the largest files and folders with 1 command

24 October 2012

Struggling to track down where your hard drive or web server space is going? This command prints out the 20 largest files and folders: du -a...

Read more

Art of Deliberate Success

The Art of Deliberate Success is a book and a workshop, designed by Dr David Keane. It sheds light on the important values in ensuring your...

Read more

About

wellington-city.jpg Excited about the future I'm a Dunedin-born, Wellington-based web designer and developer. With over 6 years experience in the design industry, I've learnt a great deal...

Read more

Access Controller function from Model

14 July 2014

Got functionality that lives in the controller that you need to access from an object's Model? Let's say your function is called MyFunction, this is how...

Read more

Convert file extensions to lowercase

10 December 2012

Having issues with upper and lowercase file names? Use this script to programatically convert all extensions to lowercase. It will affect all files within the current...

Read more

Wellington Hapkido Club

Extending a Wellington community online There are several large martial art clubs throughout New Zealand, and the Wellington Hapkido Club wanted to build a website to encourage...

Read more

Animate faster with CSS3

7 January 2013

Micro-animations, or 'nice-to-have' animations can pretty quickly add up to a bloated javascript effects library. CSS is faster, more lightweight and just as easy to code....

Read more

Running uTorrent from command line on Ubuntu

23 January 2013

You can relatively easily set up uTorrent to run as a webUI from your webserver. This requires Ubuntu 9+ and a download of uTorrent. Make sure...

Read more

Click-transparency of an element

15 February 2013

Disabling an element from click events within AS3 is easy enough, but when you're developing a jQuery site/application sometimes you want a visual element which sits...

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 8 of 42

Let's work together