I have an app that I am making that needs to have the ability to search for certain articles. The problem I am having is I am not able to select what is being searched through from the data from the API call. I do not have my data stored in firestore because the data is on an entirely separate database, which is why I am getting the data from an API call.
Search function in app with data from an API request
Database & APIs
I have looked through the documentation and I can see there is a way to use the Simple Search action to search through data from Firestore collections but it does not seem to work with my data from the API call.
Yes
2
1 reply