Changeset 10 for trunk/config/search.yml
- Timestamp:
- 10/07/07 13:06:01 (1 year ago)
- Files:
-
- trunk/config/search.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/search.yml
r9 r10 4 4 sfSimpleForumPost: 5 5 fields: 6 id: unindexed 7 title: { boost: 1.5, type: text } 8 content: text 9 description: content 10 title: title 6 id: unindexed 7 title: { boost: 1.5, type: text } 8 content: text 9 creationTimestamp: unindexed 10 description: content 11 title: title 11 12 index: 12 name: sfSimpleForumIndex13 encoding: UTF-814 cultures: [en]13 name: sfSimpleForumIndex 14 encoding: UTF-8 15 cultures: [en] 15 16
