| Active Users: |
19 |
| Accounts: |
0 |
| Guests: |
19 |
|
|
|
|
|
|
|
Understanding the Zend Framework, Part 7: Searching
This article explains how to use the Zend_Search module to search existing current and saved blog entries for a particular search term, and return ranked results. You will learn:
* How to use the Zend_Search module and related classes to index and search data.
* How to perform different types of simple and advanced searches using the Zend_Search module.
At the end of this article, you will be able to search feed entries that have been saved in your feed reader. First, build a function that builds the search index and adds new content to the index. Next, create two actions that will provide the search functionality: search and viewSearchResults. The search action provides a form to perform searches, and the viewSearchResults action processes the input from the form and displays the ranked results to you.
| Zend Framework Version: |
0.1.3
|
| Author Name: |
Tyler Anderson
|
| Source: |
IBM developerWorks blogs
|
| Referred By: |
Zend Framework Tutorials
|
|
|
|
|
|
|
|
|
|
|
|