tags:

views:

33

answers:

3

I have a website developed in php and Joomla.Now i want to add a site search facility that searches on the contents of the particular site.I have no idea what to do?

Please help me

Thanks in advance

A: 

You could integrate Google Search. http://www.google.com/sitesearch/

moxn
+1  A: 

You can code this up using some SQL queries and PHP codes to retrieve the contents of your Joomla posts...

or you can use Google's custom search http://www.google.com/cse/

fedmich
A: 

There are a number of Joomla Site Search Extensions: http://extensions.joomla.org/extensions/search-a-indexing/site-search you could integrate.

cuh