Search code examples
phpjoomlajoomla2.5joomla-extensions

joomla search module - show results on separate page


I have created a search module which uses AJAX to display the results without refreshing the page. However my client wants it to be displayed the same way the search module shows data. I cannot use the default search module because I search data from my own tables in the database.

So my question is: How can I show the search results on a new separate page?


Solution

  • @Vojtech Just write a search plugin and simple module to submit data to the joomla search component.