You could use Zend_Search_Lucene and then output the search in JSON format.
Hi All I have a Json search on my zend application I have inserted the search bar in layout and the code to run it the problem I have is that it is rendering the current view as it does not post from the json call.
So my quesion is:
What is the best way to add a search facility so that it runs on every page of your site and changes the view content without a refresh. So it clears current view and displays search results
I have it working on one page would like to expand it
Thank you for the help
John
You could use Zend_Search_Lucene and then output the search in JSON format.