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
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'
The text was updated successfully, but these errors were encountered:
9.0.1 and 10.0.1
python 2 and python 3
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'
The text was updated successfully, but these errors were encountered: