Sunday 31 May 2020

Creating a search with multiple params

Hi Guys,I'm looking to create a search using express/mongo. The search will have multiple params which will all be optional. I'm building the API side first. Are there any good guides on how to build this? Do i literally just pass an object into a `collection.find`Client side I will just be building up the url based on what a user selects in a form.

Submitted May 31, 2020 at 02:00PM by Deviso

No comments:

Post a Comment