Issue Details (XML | Word | Printable)

Key: CHK-18
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Roberto Dominguez
Reporter: Roberto Dominguez
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence Checklists Plugin

Metadata values sets through checklist do not update search indices

Created: 12/Jun/07 07:55 PM   Updated: 06/Jul/07 01:48 PM
Component/s: None
Affects Version/s: 1.1
Fix Version/s: 1.1.1

Time Tracking:
Not Specified

Issue Links:
Cloners
 

Labels:


 Description  « Hide
See CHK-4 and http://confluence.atlassian.com/display/DOC/Extractor+Plugins

The metadata plugin already has MetadataExtractor, that reads from the actual Content properties... so in theory that should do it...

question would be how to trigger the extractor...

As per the note in the extractor plugins,
"Each time content is created or updated in Confluence, it is passed through a chain of extractors that assemble the fields and data that will be added to the search index for that content. By writing your own extractor you can add information to the index."

The thing is that the checklist goes and modifies the Content properties without modifying the page... gotta be creative on this one



 All   Comments   Work Log   Change History   FishEye   Crucible   Builds      Sort Order: Ascending order - Click to sort in descending order
Roberto Dominguez added a comment - 06/Jul/07 01:48 PM
Done. Every time a checklist-input or checklist-select sets metadata, the page gets re-indexed.