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

Open to all! Ask other shopowners for help.
Post Reply
rupruprup
Member
Posts: 44
Joined: Thu Nov 05, 2020 7:39 pm
Phoenix Version: v1.0.9.10
Has thanked: 6 times
Been thanked: 3 times

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

Post 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 ....


Join The Code Co-op to get access to your library in the Code Co-op Forum
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

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

Post 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')
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
rupruprup
Member
Posts: 44
Joined: Thu Nov 05, 2020 7:39 pm
Phoenix Version: v1.0.9.10
Has thanked: 6 times
Been thanked: 3 times

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

Post by rupruprup »

thank you
14Steve14
Senior Contributor
Posts: 923
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

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

Post by 14Steve14 »

There is also a search addon that improves the standard search.

app.php/addons/free_addon/search_type_ahead


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply