diff -r 6832643895f7 -r 3bc31ad99ee7 harvesterplugins/contacts/inc/ccontactsplugin.h --- a/harvesterplugins/contacts/inc/ccontactsplugin.h Fri May 14 15:53:17 2010 +0300 +++ b/harvesterplugins/contacts/inc/ccontactsplugin.h Thu May 27 12:52:35 2010 +0300 @@ -101,6 +101,11 @@ void AddToExcerptL(CSearchDocument& aDocument, CContactItemFieldSet& aFieldSet, TUid aFieldId, const TDesC& aFieldName ); /** + * Helper function: adds information field to the document and to the excerpt field(if available) + */ + void AddFieldToDocumentAndExcerptL(CSearchDocument& aDocument, CContactItemFieldSet& aFieldSet, TUid aFieldId, const TDesC& aFieldName ); + + /** * Creates the actual contact book index item */ void CreateContactIndexItemL(TInt aContentId, TCPixActionType aActionType);