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
Go to https://hackage.haskell.org/packages/ and type in /data to search for text containing data.
/data
data
I expect it to find the text faster than I can find it with my eyes.
Takes multiple seconds to return any results.
Perhaps incrementally return results as found instead of finding all results and then returning them.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
Go to https://hackage.haskell.org/packages/ and type in
/data
to search for text containingdata
.Expected behaviour
I expect it to find the text faster than I can find it with my eyes.
Actual behaviour
Takes multiple seconds to return any results.
Posible solution
Perhaps incrementally return results as found instead of finding all results and then returning them.
The text was updated successfully, but these errors were encountered: