By pniraj007 on
Hi,
How can I add search result of my website on particular page. Basically I want to integrate search result with other things on page.
When user searches for any stock symbol, the search result (from my website) should appear alongside stock quote.
Also where is drupal search field? Why it has been disabled? Its soo frustruating.
Thanks.
Comments
can you make things more
can you make things more clearer? I don't know to answer your first question, but the for the second one:
First make sure that search is enabled in the modules.
Try enabling the search in your blocks list, and putting it in any area of your site. "/admin/build/block"
If your theme has its own search bar, try enabling it on your "/admin/build/themes/settings"
:)
Let me try my best to
Let me try my best to explain ;)
1) My website is stock based website. So user enters stock symbol into quote field to get the quote of particular stock.
2) Now along with stock quote, I also want to show user the content from my website that related to that stock quote.
3) So I need to integrate search result displaying mechanism with stock quote page.
I want such functionality.