Search API Views Ajax facilitates updating a search view asynchronously when
using an AJAX enabled view with the Search API module. In particular it:
- Enables updating the query string on a view when using an exposed
`full text search field`. e.g. `/projects?search=drupal`
- Adds a popstate event listener to the DOM to facilitate updating the async
enabled view asynchronously when navigating when using the web browser's back
button.