Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First parameter of search $client->search->query should clearly accept FilterQuery #4

Open
g105b opened this issue Dec 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@g105b
Copy link
Contributor

g105b commented Dec 8, 2023

At the moment, it just accepts a string, but FilterQuery is Stringable... but there's no way for the developer to know that.

public function query(
	FilterQuery|string $query,  // much better for self-documentation
	SearchFilter $searchType,
	?string $market = null,
	int $limit = 20,
	int $offset = 0,
	?string $includeExternal = null,
):SearchResult
@g105b g105b added the enhancement New feature or request label Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant