Open QuinnGunter opened 4 months ago
@mohn93 @fabiofcos if you are interested in following along
Hello!
I tested it by creating a new event, and it shows up directly. However, when I try to search for it, there is an endless heart loader. This is very strange because no errors are showing in the console.
Do you have any logs from your side in Algolia regarding the search? Or have you tried using Algolia directly to search the documents?
Best regards,
Azanello
Hi @Alezanello I do not have the logs regarding the search. When I search in Algolia with the same search the results are returned as expected. Even using the Run mode on this project will give me results instead of the infinite loader
@Alezanello you'll find if you create an event with the "never" repeat option you will get the result to load when searched. Assuming that the search is unique to only the "never" repeat event.
This issue is stale because it has been open for 7 days with no activity. If there are no further updates, a team member will close the issue.
This issue is still present
@Alezanello Any update on this? This is a major issue in my production application. Users can not use the search do to this.
This issue is stale because it has been open for 7 days with no activity. If there are no further updates, a team member will close the issue.
This is still an issue for me
@Alezanello Still have problem in issue 3638 you closed as duplicate.
I tried to figure out the problem. Then, knew "getDocumentFromData" causes run time error "ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'Fruits' is not a subtype of type 'String?".
SomeRecord.getDocumentFromData( { "favorite_fruit": Fruits.values.byName("orange"), // Fruits is enums. }, SomeRecord.collection.doc(docId)
I have the same problem of the enum not deserializing correctly, but my use case is when I put it in a text widget in a generated list. From what I can tell in the code, it needs to look like this:
extension FFEnumListExtensions
But I'll also note that while this method works in debug mode, it does not work in release mode
@Alezanello With all due respect, what is your roadmap for this issue? Sorry to ask such an intrusive question, but the suspension of the search function is fatal to the app.
I can't understand why it is labeled as “waiting for user response” even though other reports have been raised by other users.
A quick workaround :
'format': convertAlgoliaParam
( snapshot.data['format'], ParamType.Enum, false, ),
###############################
'format': snapshot.data['format'],
I have the same issue and it's not resolving. @MortadhaFadhlaoui can you please explain where to update this code?
I'd love to hear if there is any update here? Issue is still present and doesn't seem to be a priority to get fixed. This issue completely blocks the use of the integrated search with Algolia.
It seems like Flutterflow team is in sleep mode 📳
This issue was reported on July 24th. Almost 4 months have passed without any resolution. I don't understand how a CRITICAL bug like this can be ignored for so LONG. As @QuinnGunter stated, this is a MISSION-CRITICAL bug and without resolution, no app can stay live.
I'm having the same persistent issue
@leighajarett any word if this is something that is on the roadmap to be fixed? I appreciate any insight you can give on this.
Hello everyone,
I sincerely apologize for the delay in my response. I missed track of this issue until today when I was alerted by the recent replies. I can confirm that this issue is occurring, and I will escalate it to the engineering team to work on a fix.
Thank you for your patience, and once again, I’m very sorry for the delay.
Thank you so much for the update ❤️
@Alezanello Any timeline for the fix?
@victoriahuang1 Any updates?? This is EXTREMELY critical. At least acknowledge that you or anyone in your team is working on it?
Hello everyone,
I sincerely apologize for the delay in my response. I missed track of this issue until today when I was alerted by the recent replies. I can confirm that this issue is occurring, and I will escalate it to the engineering team to work on a fix.
Thank you for your patience, and once again, I’m very sorry for the delay.
Can we access your project?
Current Behavior
when creating a listview that shows the results of an algolia search if one of the fields is an enum it is not being deserialized and i believe it is being returned as a String causing a null value in the ui.
This is resolved on web. However is still an issue on iphone and android physical devices
Expected Behavior
i expect to have the value properly valued as an enum on mobile devices as it is on web
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT48lfLqw4VgoctF7r6Jc8Ewlj0vJl87U4E7jdYaZxU8J5zTP4YIP/v7ak5oO7ynT3NmJWGgrHEy/PfqifLDF8IqIRCuQYtxyqt2Wg/KJDuWVpCXEc2vfW1RHpthJlS/16ujmgp+VdJqdUY/22CQI96+dBXYHuP6Ino3IvmlKdeK2SrDX1iXc2URm05KZDPz
Visual documentation
Environment
Additional Information
Same issue as here. Web and run modes work. However Ios and Android phones fail to display results. https://github.com/FlutterFlow/flutterflow-issues/issues/2756