cs2103aug2014-w13-2j / main

To-Do list program for CS2103T @ NUS
MIT License
1 stars 0 forks source link

[Search] Multiple keywords, find the best match #49

Open nhan-ng opened 9 years ago

nhan-ng commented 9 years ago

Basic implementation: Return matching item with all of the keywords match.

Advanced: Using vector to find the closest matches. (Related topic: Document Distance)

ZiXian92 commented 9 years ago

Will implement based on 100% match first. Then go on to closest match(es).