System Information
- Strapi Version: 4
- Operating System: Linux (Ubuntu)
- Database: MySQL
- Node Version: 18.19.0
- NPM Version: 10.2.3
Hello Everyone,
I have implemented a web application using React JS (frontend) and Strapi 4 is used along with it. In my application, a ‘Search’ functionality need to be implemented in which the given input (i.e, Keyword) need to be searched within all the instances including ‘Single Type’ and ‘Collection Type’ content. I found that there are some plugins available in the marketplace that works for Collection Types but haven’t found anything that also works for ‘Single Type’ content.
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.
I will be thankful to you if please help me on this.