Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] - Clear Suggestions Cache #588

Closed
tiagomn opened this issue May 16, 2024 · 1 comment
Closed

[Bug] - Clear Suggestions Cache #588

tiagomn opened this issue May 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@tiagomn
Copy link

tiagomn commented May 16, 2024

Steps to reproduce

Hi Guys, I migratted from 4x to 5x and Im getting an issue regarding suggestions cache. I know it's new feature, but for us it doesn't make sense, we already handle the code to call suggestionsCallback even when it's empty to get our default list and not the cached one. I called suggestionscontroller.refresh() when user clear the textfield but it's not working

Expected results

I suggest to have a flag if I want or not cache the values.

Actual results

Getting cache entries on suggestions but we don't want it.

Package Version

5.2.0

Platform

Android

Code sample

Code sample
//Not necessary

Logs

Logs
[Paste your logs here]

Screenshots or Video

Screenshots / Video demonstration [Upload media here]
@tiagomn tiagomn added the bug Something isn't working label May 16, 2024
@tiagomn tiagomn closed this as not planned Won't fix, can't repro, duplicate, stale May 16, 2024
@bzkrterdm
Copy link

bzkrterdm commented Nov 25, 2024

This problem should be considered. We prepare our own logic and do not send data, but due to the cache, the user can see the data he deleted. @tiagomn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants