Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Search field shows searched value... 18 Jul 2013 21:55 #10520

Hi,

is it possible to have a search field showing searched value when the result is displayed ?

It would help the user to recall what he asked for...

Thanks in advance,
Best regards,

Fred

Please Log in or Create an account to join the conversation.

Search field shows searched value... 27 Jul 2013 13:26 #10608

Not many answers...

Here is the solution I found :
	$varstr = $this->filters['search_instsearch1']->input;
	if ($this->state->get('search.instsearch1'))
	{ 
		$varstr = str_replace("- Search -", $this->state->get('search.instsearch1'), $varstr);
	}
	echo $varstr;

I don't like it much... Not a very clean trick. If someone hjas a better solution, I'll eat it! If not, hope my solution will help someone.

Best regards,
Fred

Please Log in or Create an account to join the conversation.

Last edit: by Frederic. Reason: typo

Search field shows searched value... 16 Aug 2013 15:18 #10792

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Fixed.

Files changed : view.html.php of your concerned views.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Search field shows searched value... 29 Aug 2013 10:53 #10923

Effectivement. Merci !

Fred

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.083 seconds

Les générateurs de code je les connais presque tous pour les avoir essorés en long en large et en travers ... mais celui ci c'est vraiment un outil formidable de simplicité et d'efficacité !
Marc. (liubov - Forum)

Get Started