Changes
Title
unchanged
Adding search to Yii blog example (using Zend Lucene)
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
blog, demo, search, zend, zf, lucene, tutorial
Content
unchanged
[...]
Actually if you want it pass between pages via ajax, and don't handle the offset issues etc. ( it is easy but... we still most likly want ajax)
So you can consider doing the pagination via CArrayDataProvider
You have there example http://www.yiiframework.com/doc/api/1.1/CArrayDataProvider
Just pass the result array than you can create CListView with some basic view for search result element, and you are done...
CArrayDataProvider will do all the dirty work for you!