Page 1 of 1

Header Searchbox - how can I add "a search in description" ?

Posted: Thu Aug 01, 2024 1:02 pm
by rupruprup
Hello all,

I wonder how I can add a "search in description" to the new code
formerly I did this with "tep_draw_hidden_field('search_in_description', '1');"
in 1094.+++ really changed a lot ....

Re: Header Searchbox - how can I add "a search in description" ?

Posted: Thu Aug 01, 2024 1:19 pm
by raiwa
You can find a resume of the tep_... function replacements in the public Google spreadsheed linked in my footer.
For this case it would be:

Code: Select all

tep_draw_hidden_field()	->	new Input($name, [$parameters], 'hidden')

Re: Header Searchbox - how can I add "a search in description" ?

Posted: Thu Aug 01, 2024 2:51 pm
by rupruprup
thank you

Re: Header Searchbox - how can I add "a search in description" ?

Posted: Thu Aug 01, 2024 4:03 pm
by 14Steve14
There is also a search addon that improves the standard search.

app.php/addons/free_addon/search_type_ahead