Changeset 10081
- Timestamp:
- 07/03/08 07:42:18 (5 months ago)
- Files:
-
- plugins/sfSearchPlugin/trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfSearchPlugin/trunk/README
r9714 r10081 3 3 4 4 == Requirements == 5 sfSearch is only available for symfony 1.1 at this time. 5 sfSearch is only available for symfony 1.1 at this time. Additionally, it has only be tested on PHP 5.2. 6 6 7 7 == Stability == 8 Warning: sfSearch is currently alpha software and may be unsuitable for production applications. 8 Warning: sfSearch is currently alpha software and may be unsuitable for production applications. Use at your own risk. 9 9 10 10 == Documentation == 11 The documentation is currently contained in four chapters: 11 Consult the documentation to explore sfSearch and its features. If you are anxious to get started right away, see [wiki:sfSearchPlugin/QuickStart the quick start guide] to have a working search engine in 10 minutes. 12 12 13 * [wiki:sfSearchPlugin/QuickStart Quick Start Guide] 13 === Book === 14 The book is contained in four chapters: 14 15 * [wiki:sfSearchPlugin/Chapter1 Chapter 1 - Introduction] 15 16 * [wiki:sfSearchPlugin/Chapter2 Chapter 2 - Creating An Index] … … 17 18 * [wiki:sfSearchPlugin/Chapter4 Chapter 4 - Generating An Interface] 18 19 20 === Cookbook === 21 The cookbook has useful hints and tips: 22 * [wiki:sfSearchPlugin/QuickStart Quick Start Guide]