search by field in Alglila

What I need to be able to do is to search by a specific field in Algolia. Flutterflow is not set up to do that at this time. It would be great if they would add this functionality. What I have learned is that you will need to do an API call from Flutterflow to Algolia.

To be able to do this I need to import an Open API from Algolia to Flutterflow.  This is where I am stuck.

Here is the page from Algolia for a search on Flutter https://pub.dev/documentation/algolia_helper_flutter/latest/

Here is the page from Algolia for MultiSearch Response https://pub.dev/documentation/algolia_helper_flutter/latest/algolia_helper_flutter/MultiSearchResponse-class.html

How do you Import the Open API from Algolia to Flutterflow?

How do you tie the database to the AOI call?