Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Tutorial 4: Filling text in the search field


Go to End


1461 Views

Avatar
xmedeko

Community Member, 94 Posts

25 May 2007 at 3:22pm

Edited: 25/05/2007 11:07pm

Hi,

does this piece of code from Tutorial 4 works?

$searchText = isset($this->Query) ? $this->Query : 'Search';

I have $searchText always 'Search', i.e., $this->Query is never set.