prmr / Creco

Recommendation System for Consumer Products
Apache License 2.0
6 stars 2 forks source link

Usability problems with category search #88

Closed prmr closed 10 years ago

prmr commented 10 years ago
nishanthtgwda commented 10 years ago
  1. Cleared the dropping characters by changing the aysnc value.
  2. The type of category is inlined (Can be either Category, Brand or text_search)
  3. The search is trigerred by selecting one of the auto complete values (mouse-click, enter{any enter})
nishanthtgwda commented 10 years ago

If anyone has a problem with the searches or with the loop stalling during user input. Please comment here

prmr commented 10 years ago
prmr commented 10 years ago

apple shows up as a text_search, not brand

nishanthtgwda commented 10 years ago
  1. I guess it was due to the async tuning, where the completions were getting loaded and would only be displayed on the key_press. I changed the code so that after it loads, the completions are automatically displayed.
  2. Changed to "Text search"
  3. I change the display space and suggestions are shown in normal font and type in italics
  4. If a product contains more than 1 "digit"in its name, the result is not shown and also characters "(" and ")" are ommitted out. But special characters are kept in.
  5. Looks like there existed a product named both "Apple" and "Orange". Previous checks avoid repetition of the same name. Wrote in a a check where the brand is also displayed.