opencrvs / opencrvs-core

A global solution to civil registration
https://www.opencrvs.org
Other
85 stars 67 forks source link

Index marriage informant data in search #6476

Open Zangetsu101 opened 8 months ago

Zangetsu101 commented 8 months ago

Description

Marriage informant name & other details are not indexed in search service so if informant is someone other than bride/groom that information is not indexed The current marriage information schema in elasticsearch: https://github.com/opencrvs/opencrvs-core/blob/develop/packages/search/src/elasticsearch/utils.ts#L238-L268

Acceptance criteria

GIVEN WHEN THEN

Design

(Link to Figma)

Dev tasks

rikukissa commented 6 months ago

@Zangetsu101 is this regarding data we store in Elasticsearch? Could you drop an example of the data here please?

Zangetsu101 commented 6 months ago

Sure. I have referenced the relevant file in the description