Most of us know that Views module has its own Ajax functionality. This article is about the ways we can re-use it on our website to accomplish pretty complicated tasks.Tags:
An AJAX field allows the user to type data into a text filed and dynamically display a list of matching options from which the user can choose from. This field is also called autocomplete or autosuggest.
On a Drupal 6 project I worked on, we had to develop REST webservices for communicating with a mobile application. One of the services required was returning the search results of Apache Solr.