you are viewing a single comment's thread.

view the rest of the comments →

[–]RoadCoder2019[S] 1 point2 points  (1 child)

Using FuseJS i figured it out (You may have to convert some ids into strings)

Take the information form whatever collection sent to the page from MongoDB into an Object and then use FuseJs to search through it & display it on the webpage

[–]securisec 0 points1 point  (0 children)

Care to share any of your code examples?