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
A way to implement this would be to have one entry point that parses the input, looking for modifiers, and then could dispatch to the appropriate functions.
Inspired by GitHub's and Hex.pm's search bars, I suggest we implement the following modifiers in the search bar:
Relieving the Package view:
These modifiers are here in order to provide a full list of dependencies & dependents for packages.
@packagename
(trigram search on package name, with namespace ranking)@namespace/packagename
(namespaced search with trigram search on package name)The following could be built internally and fed to the search engine.
Different screens and dedicated URLs will be provided:
dependencies:<package name>
(implicitly for the latest release)dependencies:<package name>
-<version>
depends:<package name>
versions:<package name>
Future features
This would be nice to have in the future.
hoogle:<string>
Hoogle has a JSON APIThe text was updated successfully, but these errors were encountered: