Open palmajano opened 1 month ago
Once this ticket is done, we can deploy the part search to production
Hi @AsmitKMishra you can test this on the same branch like for cross-reference https://69-opensearch--vg-roadchoice-com--aemsites.hlx.page/ since the code was developed in parallel. Everything else explained in 69 ticket goes for this one except that here we test part number search.
Context/Description
The search interface is exposed to the Front end by means of 3 GraphQL endpoints (Make filter, Model filter, and Part search including filters) that perform the actual OpenSearch query and return the results in an understandable format for the front end. Thus, the front end needs to be updated to use the new GraphQL endpoints developed in #62 #63 #64
Acceptance Criteria
This ticket must be released with #69
Out of scope