I want to create a global search using node.js and contentful cms. I have to create one api for list which I will get on typing the text. When I type It will give me suggestion list. So After clicking any suggestion It give me link to redirect to specific page.
What I know is to get all contentful entries but I want to know how to filter it specifically for particular text and get result with title and link. So on click of title it will able to redirect to specific page.