Hello Everyone,
I have implemented a web application using React JS (frontend) and Strapi 4 . In my application, a keyword based ‘Search’ functionality is required that will look into all the ‘Single Type’ and ‘Collection Type’ content. I found Strapi’s filter functionality but those works on individual api wise. But, I need a solution that will look into the whole Strapi CMS.
FYI: There are multiple ‘Single Type’ and ‘Collection Type’ contents in my application. Also, multple ‘Repeatable Components’ are also used within the ‘Single Type’ in my application.
Please help me on this.