reset password
Author Message
kk-das
Posts: 21
Posted 20:28 Dec 01, 2013 |

Homework 6 -

Part2 ->

  1. Is it mandatory to implement Full Text Search in order to achieve Part2 or do we need to search as the exact match, the user wants to ?
  2. Can we use Jquery to implement Auto Complete ?
cysun
Posts: 2935
Posted 20:36 Dec 01, 2013 |

1. No, you don't have to use FTS, though your search needs to be reasonably flexible, e.g. searching both first and last name, case insensitive, etc.

2. Yes, you can use any JavaScript library. I'd suggest the auto-complete widget in jQuery UI.