We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As mentioned in the nordselect-bash project, requests can include some server-side filtering, making the process faster.
The Filter-trait should be rewritten with the following functions:
get_url_filter()
list_filter
The text was updated successfully, but these errors were encountered:
editicalu
No branches or pull requests
As mentioned in the nordselect-bash project, requests can include some server-side filtering, making the process faster.
The Filter-trait should be rewritten with the following functions:
get_url_filter()
, which returns an Option to allow the server-side filtering when available.list_filter
, which contains the traditional filterThe text was updated successfully, but these errors were encountered: