commercetools-node-mock
commercetools-node-mock copied to clipboard
Implement product-projection suggest endpoint
Hello,
I was looking to test the suggest endpoint using your awesome project but it doesn't seem supported ! Are you guys planning to add this feature to the project any time soon ? If not would you have some pointers if I found the time and courage to start implementing this ?
Thanks for your hard work!
Hi @valtechtmn,
I think this could be mocked somewhat by using an existing search library like Fuse.js which will then search through the keywords. Should be doable :-)
For us to implement it we need a specific use-case, but we are always open to PR's and help you implement it