beckn / strapi-plugins

0 stars 1 forks source link

Plugin for search using custom resolver #2

Closed em-abee closed 8 months ago

em-abee commented 8 months ago

Description

Create a strapi plugin to add search endpoint that has custom resolver/service - search will be using item name, category and provider

Goals

Expected Outcome

Search should work as expected and returns the same response as current

Acceptance Criteria

Implementation Details

Use of custom graphql plugin

Product Name

Beckn, BPP Strapi

Complexity

Medium

Category

Performance Improvement

Sub Category

API, Database, Refactoring

em-abee commented 8 months ago

Done with POC, code pushed as separate plugin named as bpp-search-resolver

em-abee commented 8 months ago

Achieved goals as mentioned in description, fired query to search on basis of item name, provider name and category.

em-abee commented 7 months ago

PR - https://github.com/beckn/strapi-plugins/pull/29