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.061 seconds

  Excellent Tool ! This tool will save you a lot of time writing the same old structure. I've used others but this is really nice for a quick start. Makes a 3 hour task a 15 minute one. Thanks for this extension
dickrundell (JED)
         

Get Started