Answer the question
In order to leave comments, you need to log in
Search for a site on Yii
Now I'm working on projects written in Yii and almost all of them need to implement a full-text normal search for several models (most likely for all ARs in the project).
What prompt to use or where to start writing your universal site search extension.
Main criteria:
- speed (caching, table pre-indexing is possible, etc.)
- ease of installation (connection)
Thank you all for your help.
Answer the question
In order to leave comments, you need to log in
sphinx. www.yiiframework.com/extension/dgsphinxsearch/ I
use for example in vkarmane.fm. Very fast and high quality. Read about sphinx, even Habr uses it.
It seems to me that something similar has already been implemented using Zend Lucene + wrappers www.yiiframework.com/wiki/248/adding-search-to-yii-blog-example-using-zend-lucene/
For small projects, I wrote my own "bicycle", you can see: vkomlev.ru/posts/yii-search-advanced
Maybe it will come up with some useful idea.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question