Skip to content

Commit 2100aa2

Browse files
committed
AOS-100 Reinstate getQuery bullet point
1 parent f1ee946 commit 2100aa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/detailed-result-handling.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ simple methods available that you can access anywhere.
2020
* `isSuccess()`: Simply states whether or not the search was a success, or error.
2121
* `getRecords()`: A `PaginatedList` of `Record` objects that were returned by the search service based on your `Query`.
2222
* `getFacets`: An `ArrayList` of `Facet` objects that were returned by the search service based on your `Query`.
23+
* `getQuery`": The `Query` object containing the user entered search term. See the [Query class](#query-class) section below for safe handling of user input.
2324

2425
The `Results` class is also a `ViewableData` object, so these methods can be access in your template with `$isSuccess`,
2526
`$Records`, and `$Facets`.

0 commit comments

Comments
 (0)