Skip to content

pip search not working if pkg name contains '-' #5332

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

Closed
Ayub-Khan opened this issue Apr 25, 2018 · 5 comments
Closed

pip search not working if pkg name contains '-' #5332

Ayub-Khan opened this issue Apr 25, 2018 · 5 comments
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@Ayub-Khan
Copy link

  • Pip version:
    9.0.1 and 10.0.1
  • Python version:
    python 2 and python 3
  • Operating system:
    Ubuntu

Description:

pip search edx-i18n-tools
Expected Behavior :
It should show the version and summery of latest version
Actual Behavior :
shows Nothing

pip search edx-ace
Expected Behavior :
It should show the version and summery of latest version
Actual Behavior :
shows Nothing

pip search edxval
Expected Behavior :
It should show the version and summery of latest version
Actual Behavior :
shows correctly

###Another issue
search also not works if the word is not in lower case in pkg description
ie.
pip search internationalization
It should show all the libraries which have Internationalization/internationalization in their pkg description
only shows one with name internationalization.

###Another issue
Search also does not work if query string is not in lower case
ie.
pip search edx
works shows a list

pip search edX
shows nothing
it should show the same list as 'pip search edx'
pip search EDX
it should show the same list as 'pip search edx'

@di
Copy link
Member

di commented Apr 25, 2018

This seems like an issue with PyPI's XML-RPC search API, could you raise an issue at https://github.com/pypa/warehouse/issues instead?

@Ayub-Khan
Copy link
Author

@di pypi/warehouse#3819

@di
Copy link
Member

di commented Apr 26, 2018

This should be resolved now.

@pradyunsg
Copy link
Member

Yep!

@lock
Copy link

lock bot commented Jun 2, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 2, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

3 participants