-
Notifications
You must be signed in to change notification settings - Fork 154
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
How to save suggestion history? #132
Comments
Hello, Can you elaborate? You're searching for an item that's on the suggestion list, and you want it to show on the search history later on? |
See. I'm searching apple, banana, carrot. History set in search list. Now it's ok. Now I'm closed application and again open see search list ... Nothing to show previous search item like apple,banana, carrot. Understand. I want when I open app again previous stored list in search item.
--
Sent from Outlook Email App for Android Wednesday, 02 May 2018, 07:27PM +05:30 from Maurício C. P. Pessoa [email protected] :
…Hello,
Can you elaborate? You're searching for an item that's on the suggestion list, and you want it to show on the search history later on?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or mute the thread .
|
Ok, now I got it. I'll take a look into it to see if I can reproduce this behavior. |
Just for sanity check, can you share the part of your code where you setup the search view? |
I've tested it with a sample app, and I was unable to reproduce what you described. Since there's an option to disable the search history, are you sure you didn't call Another possibility is that you're clearing the database at some point on your app. |
I have used your code. Right now history not set. I have not set
setShouldKeepHistory(false).
Did you understand my query. what i want ?
See i want to save history when I closed application history should store
when I reopen application previous history show.
…On Tue, May 8, 2018 at 5:50 PM, Maurício C. P. Pessoa < ***@***.***> wrote:
I've tested it with a sample app, and I was unable to reproduce what you
described. Since there's an option to disable the search history, are you
sure you didn't call setShouldKeepHistory(false)?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#132 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEoxIcB6TOBzgQnid3l8fr09LCw4YHLGks5twY16gaJpZM4TqVRn>
.
--
Thanks & Regards,
*Mayank Langalia*
*M:* +91 98795-08725 | http://mayanklangalia.blogspot.in/
<http://www.aditetech.com/>
*Skype ID*. mayank.langalia
*Gtalk.* mayanklangalia
|
Yes, I understand, and I have also tested that. I couldn't reproduce the issue. Can you share your code? |
Yes I'll share complete code
…On Thu 10 May, 2018, 8:47 PM Maurício C. P. Pessoa, < ***@***.***> wrote:
Yes, I understand, and I have also tested that. I couldn't reproduce the
issue. Can you share your code?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#132 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEoxIRJmWnTK8XWqr_CLnqW0IAnNhiMSks5txFoMgaJpZM4TqVRn>
.
|
Hello. While we click on any suggestion suggestion save successfully. but when we closed application and reopen searchview not showing history what should i do ? please suggest me
The text was updated successfully, but these errors were encountered: