query


Returns the SuggestionsQueryBuilder object used to get the current results.

Use query to create and run a new query by chaining additional SuggestionsQueryBuilder functions to it. You can filter only on properties that haven't already been used in the previous SuggestionsQueryBuilder.

JavaScript
const originalQuery = results.query;
Did this help?