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: lib/Client/Options/ProjectSearchOptions.php
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,13 @@ class ProjectSearchOptions
19
19
* @param string|null $query The query to search for.
20
20
* @param FacetANDGroup|FacetORGroup|null $facets The recommended way of filtering search results.
21
21
* @param SearchIndex $index The sorting method used for sorting search results.
22
-
* @param string|null $filters A list of filters relating to the properties of a project. Use filters when there isn't an available facet for your needs.
23
22
* @param int $offset The offset into the search. Skips this number of results.
24
23
* @param int $limit The number of results returned by the search.
0 commit comments