prmr / Creco

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

Autocomplete Feature #40

Closed prmr closed 10 years ago

prmr commented 10 years ago

A revamp of the autocomplete feature including:

nishanthtgwda commented 10 years ago

Implemented this with the functionalities added

  1. Obtaining the list of phrases (category names, products names with brands) dynamically
  2. Autocomplete starts with 2 characters
  3. Limits the maximum number of possible choices to 10.

@ceipher : Please check the index.html and searcheqclas.html code and let me know if anything needs to be optimized (Spring gives me parse error, when i use the "<" symbol, asking to to enclose, even though I am inside JS, hence had to to the repeat stuff manually).

The dead code from the searchcontroller will be removed in the next commit.

nishanthtgwda commented 10 years ago

@prmr : Is there any other issue which I could work on ?

enewe101 commented 10 years ago

@nishanth1991 -- is this all good? I believe it was integrated into master already (in which case it's in Integration branch now). Shall we close the issue?

nishanthtgwda commented 10 years ago

Yup, All's good. Closing the issue now.