Not quite. /worker/search.js isn't relevant (that's for storing). This should only concern retrieval.
/api/resolvers/search.js (search resolver) and /api/resolvers/item.js (items resolver) and then of course frontend stuff and changes to the graphql queries.
/worker/search.js
isn't relevant (that's for storing). This should only concern retrieval./api/resolvers/search.js
(search resolver) and/api/resolvers/item.js
(items resolver) and then of course frontend stuff and changes to the graphql queries.