Skip to content
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

Behavior Difference in Search #3717

Closed
dstufft opened this issue Apr 16, 2018 · 2 comments
Closed

Behavior Difference in Search #3717

dstufft opened this issue Apr 16, 2018 · 2 comments
Labels
needs discussion a product management/policy issue maintainers and users should discuss search Elasticsearch, search filters, and so on

Comments

@dstufft
Copy link
Member

dstufft commented Apr 16, 2018

The previous search let you OR multiple things together to get the results for both, you could see this in the behavior of pip search pip initools, however the new search is not returning both. We need to decide if this is now expected behavior, or fix it.

@brainwane brainwane added search Elasticsearch, search filters, and so on needs discussion a product management/policy issue maintainers and users should discuss labels Apr 16, 2018
@ewdurbin
Copy link
Member

@dstufft I believe this is resolved in #3827 can you confirm?

@jamadden
Copy link
Contributor

This certainly seems fixed to me:

$ pip --version
pip 18.1 from //lib/python3.7/site-packages/pip (python 3.7)
$ pip search pip | grep -i initools
$ pip search initools | grep -i initools
INITools (0.3.1)  - Tools for parsing and using INI-style files
$ pip search pip initools | grep -i initools
INITools (0.3.1)                     - Tools for parsing and using INI-style files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs discussion a product management/policy issue maintainers and users should discuss search Elasticsearch, search filters, and so on
Projects
None yet
Development

No branches or pull requests

4 participants