query


Returns the query used to get the current results.

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