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 ....
Header Searchbox - how can I add "a search in description" ?
-
raiwa
- Certified Developer
- Posts: 1640
- Joined: Sat Dec 21, 2019 8:08 am
- Phoenix Version: 1.1.0.6
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Re: Header Searchbox - how can I add "a search in description" ?
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:
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
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
-
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" ?
There is also a search addon that improves the standard search.
app.php/addons/free_addon/search_type_ahead
app.php/addons/free_addon/search_type_ahead