You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: algoliasearch/Models/Composition/SearchResultsItem.cs
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@ public SearchResultsItem() { }
25
25
/// <summary>
26
26
/// Initializes a new instance of the SearchResultsItem class.
27
27
/// </summary>
28
-
/// <param name="page">Page of search results to retrieve. (required) (default to 0).</param>
28
+
/// <param name="page">The current page of the results. (required).</param>
29
29
/// <param name="nbHits">Number of results (hits). (required).</param>
30
30
/// <param name="nbPages">Number of pages of results. (required).</param>
31
-
/// <param name="hitsPerPage">Number of hits per page. (required) (default to 20).</param>
31
+
/// <param name="hitsPerPage">Number of hits returned per page. (required).</param>
32
32
/// <param name="hits">Search results (hits). Hits are records from your index that match the search criteria, augmented with additional attributes, such as, for highlighting. (required).</param>
33
-
/// <param name="query">Search query. (required) (default to "").</param>
0 commit comments