You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a new grocery item with the search bar at the top, if the item is not already known in the app then it gives a big list of suggested items, and then at the very bottom it shows what I actually typed.
For obvious typos this makes sense: if I wanted to add "Chicken" but I accidentally typed "Chiken", the first three suggestions are "Chicken breast", "Chicken wings", and "Chicken broth" which are all reasonable suggestions. But if I type "Pepsi" which is a correctly-spelled word that the app just doesn't know about yet, then the first three suggestions are "Persian rice", "Pepper", and "Peppers". At the bottom of the list, as the 12th suggestion, is the word "Pepsi" which is what I typed.
Perhaps you could put the exact-typed text as the first suggestion, and then a separator line, and then all the other suggestions. Or you could highlight the suggestions differently than the "this is what you typed" option. Similar to how you display the search results for a grocery item that's already in a list: for example when I search "Pepsi" and it's already in my shopping list, it shows "Pepsi" at the top with a checkmark and different background highlighting to indicate that I already have that one.
Extra information and references
Using Android app version 0.6.8 downloaded through F-Droid, but I'm sure this behavior happens for the web app and iOS too.
The text was updated successfully, but these errors were encountered:
What's the feature 🧐
When adding a new grocery item with the search bar at the top, if the item is not already known in the app then it gives a big list of suggested items, and then at the very bottom it shows what I actually typed.
For obvious typos this makes sense: if I wanted to add "Chicken" but I accidentally typed "Chiken", the first three suggestions are "Chicken breast", "Chicken wings", and "Chicken broth" which are all reasonable suggestions. But if I type "Pepsi" which is a correctly-spelled word that the app just doesn't know about yet, then the first three suggestions are "Persian rice", "Pepper", and "Peppers". At the bottom of the list, as the 12th suggestion, is the word "Pepsi" which is what I typed.
Perhaps you could put the exact-typed text as the first suggestion, and then a separator line, and then all the other suggestions. Or you could highlight the suggestions differently than the "this is what you typed" option. Similar to how you display the search results for a grocery item that's already in a list: for example when I search "Pepsi" and it's already in my shopping list, it shows "Pepsi" at the top with a checkmark and different background highlighting to indicate that I already have that one.
Extra information and references
Using Android app version 0.6.8 downloaded through F-Droid, but I'm sure this behavior happens for the web app and iOS too.
The text was updated successfully, but these errors were encountered: