| 3 | | 1. {{{paster db init}}} |
| 4 | | 2. {{{paster create-test-data}}} |
| 5 | | 3. In Web UI: create new group 'tilo', which includes package 'annakarenina' |
| 6 | | 4. {{{curl http://localhost:5000/api/search/package?groups=tilo}}} results in 0 results (WRONG) |
| 7 | | 5. {{{paster search-index rebuild}}} |
| 8 | | 6. {{{curl http://localhost:5000/api/search/package?groups=tilo}}} results in 1 result |
| | 3 | 1. {{{paster db init}}} |
| | 4 | 2. {{{paster create-test-data}}} |
| | 5 | 3. In Web UI: create new group 'tilo', which includes package 'annakarenina' |
| | 6 | 4. {{{curl http://localhost:5000/api/search/package?groups=tilo}}} results in 0 results (WRONG) |
| | 7 | 5. {{{paster search-index rebuild}}} |
| | 8 | 6. {{{curl http://localhost:5000/api/search/package?groups=tilo}}} results in 1 result |