Skip to content

Commit 1f06763

Browse files
committed
Remove filter property
1 parent 0c87e93 commit 1f06763

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Client/Options/ProjectSearchOptions.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ class ProjectSearchOptions
1919
* @param string|null $query The query to search for.
2020
* @param FacetANDGroup|FacetORGroup|null $facets The recommended way of filtering search results.
2121
* @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.
2322
* @param int $offset The offset into the search. Skips this number of results.
2423
* @param int $limit The number of results returned by the search.
2524
*/
2625
public function __construct(
2726
protected ?string $query = null,
2827
FacetANDGroup|FacetORGroup|null $facets = null,
2928
protected SearchIndex $index = SearchIndex::RELEVANCE,
30-
protected ?string $filters = null,
3129
protected int $offset = 0,
3230
protected int $limit = 50,
3331
)

0 commit comments

Comments
 (0)