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.079 seconds
Great UX great performance and definitely a time saver. It only took me 10 minutes of playing around before purchasing a subscription and right now I just want to throw more money at you! I just started a new project and after just 4h I can already tell it probably saved me several days of work. I'm building a wholesale ordering system with sales rep management. I have not looked at the code yet but so far: impressive.
flip (Forum)

Get Started