I would like to text search for some of Entities/items stored in the database through an AJAX powered application...Such that the user starts typing and he can get the hints & suggested items. This is implemented in SQL databases using the LIKE, is it possible to anyhow implement this in an application powered by cassandra ?
How do I go forward to implement this feature, very much required for my case? Would I have to consider a MySQL DB for implementing this particular feature there, and rest in Cassandra ? Thanks -Asil
