Fixed lhs. Link well.
[b4.git] / PROBLEM
blob6d84923776de300ac83e2790095b776a57b70f2a
2 The web app is to be used for storing bookmarks of a user.
4 Users can store bookmarks along with tags and should be able to
5 retrieve bookmarks of a given tag. For example, I can store jquery.com
6 with tags (javascript, programming), codeigniter.com with tags (php,
7 programming). Now, when I search for php, codeigniter.com should come
8 up and if i search for programming, both should turn up.
10 STORE WITH TAGS
11 RETRIEVE FROM TAGS