AJAX PageΒΆ
The AJAX page is provided by products other than this
one. When the user interacts with the HTML the
JavaScript makes a POST query passing the following
values:
i:- The index (or offset) into the search-results.
l:- The number of results to return (the length).
s:- The text to search for [1].
| Note: | The AJAX pages must conform to this API. Other
arguments to the AJAX page can be passed in as the
additionalQuery argument during the creation of the search-widget. |
|---|
The HTML returned by the page must contain Search Results that conform to the standard markup.
| [1] | If the AJAX page does not support searching
then the HTML should be modified so the
search-button is within a div element with the
display:none; style set. |