I have implemented flutterflow simple search. When database has more data around 10000+ search taking about 5 to 6 seconds of time. So flutterflow suggesting algolia for search but that will be costly to implement.
Flutterflow simple search taking time
Database & APIs
Tried the limiting an indexed query for search and storing data in local state before search and that worked well but not sure that will work for more data as memory will be limited.
No
1
2 replies