Ticket #535 (closed defect: fixed)
Search engine not updated when page settings are saved
| Reported by: | tboutell | Owned by: | tboutell |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.5 |
| Component: | apostrophePlugin | Version: | trunk |
| Keywords: | search, tags, slugs, page settings | Cc: | dordille, geoffd, wjohnald, agilbert, dordille, johnnyoffline, jake |
| Symfony version: | 1.4 |
Description
If the slug changes etc., we ned to update the search index for a page, in every culture. Right now we don't update it at all. In addition to being bad for slug changes, this is also bad for the new page tags feature - you tag a page and the tag still can't be searched for.
The workaround is to edit some page content. Then the tags become searchable too.
Don't forget this has to reindex that page across all cultures, not just the user's current culture (there's one slug for a page, and one set of tags).

