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.
For the guy who will do this bounty here is some help:For the guy who will do this bounty here is some help:
You will find the main search algo in
/worker/search.jsAnd the sorting/filter side in
/api/resolvers/search.jsNot quite.
/worker/search.jsisn'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.Might be good to put these details in the issue, if they’re not there already.
Good idea
Nice!