-
Notifications
You must be signed in to change notification settings - Fork 68
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
Search for c++ packages does not work correctly #217
Comments
The Featured topics has changed it to cpp as that '+' in c++ was being termed as a space replacer and to join a line of words Thanks and Regards, |
I think this issue is still present, since we do not properly escape a search like |
sir I can make the search code so should i contribute it. |
The package search is implemented here: https://github.com/fortran-lang/fortran-lang.org/blob/master/assets/js/package_search.js Patches are welcome. |
I have made a function that does the Regex and Resolves the issue for c++. Thanks and Regards, Henil Panchal
Resolves Issue fortran-lang#217
I have made a function that would handle all the search utilities and regex and this also solves the Issue fortran-lang#217. Thanks and Regards, Henil Panchal
I have made a function that would handle all the search utilities and regex and this also solves the Issue fortran-lang#217. Thanks and Regards, Henil Panchal
I have done the changes that would handle all regex and this also solves the Issue fortran-lang#217. Thanks and Regards, Henil Panchal
I have made the changes that would handle all regex and this also solves the Issue fortran-lang#217. Thanks and Regards, Henil Panchal
I have made changes that would handle all package search regex and this also solves the Issue fortran-lang#217. Thanks and Regards, Henil Panchal
One of the "Featured topics" on https://fortran-lang.org/packages/ is c++. However, the search page https://fortran-lang.org/packages/search/?query=c++ seems to list many packages that don't have c++ in their list of tags or descriptions. Is it possible that the search inputs are not properly escaped?
The text was updated successfully, but these errors were encountered: