root/trunk/config/search.yml
| Revision 10, 444 bytes (checked in by francois, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | # Define all the models in your project that you want indexed. |
| 2 | |
| 3 | models: |
| 4 | sfSimpleForumPost: |
| 5 | fields: |
| 6 | id: unindexed |
| 7 | title: { boost: 1.5, type: text } |
| 8 | content: text |
| 9 | creationTimestamp: unindexed |
| 10 | description: content |
| 11 | title: title |
| 12 | index: |
| 13 | name: sfSimpleForumIndex |
| 14 | encoding: UTF-8 |
| 15 | cultures: [en] |
| 16 |
Note: See TracBrowser for help on using the browser.
