Search Feature in my Website

I am trying to create a search feature in my website. I tried using the searchbox element but it shows only the products, lets say I click a product, it goes directly to the product page itself. I want the searchbox to only show relevant inputs for example if someone has posted “Selling an iPhone for cheap” I want my user to be able to search for just iPhone and see all posts that include the word iPhone in it.

Any suggestions from anyone? Thanks!

Have a text on products , than rg , do a search for product contains keywords inputs value , regular searchbox is not that good , any built-in element bubble has is not that good . Or you can horizontally attach a table to the product like table1 , text , and product attached = product , than search for that tables text in the search , than retrieve the product associated

Thank you I will try it out soon and let you know how it goes

Becareful abut ASCII codes , some letters may not have correct conversions , thus your users input to db will not equal to searched text

I tried but its not really working, I’m trying to display relevant products according to what my user has entered.

This topic was automatically closed after 70 days. New replies are no longer allowed.