PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Friday the 21st of December, 2018

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[00:23:04] <koobs> Minor PyPI feature reqest: display Last updated in order by: Relevance results too, in the same place as displayed when ordering by Last updated. the space is already available and used in the latter case, but not in the former. Makes it easier to filter 'relevance results' by last updated for large result sets
[00:24:35] <sumanah> hi koobs - thanks for the request!
[00:25:18] <sumanah> I'm having a little trouble understanding you
[00:26:43] <sumanah> so you want to be able to order by a mix of relevance and last updated? or filter out older releases?
[00:27:13] <koobs> sumanah: when you search on PyPI, it defaults to a 'Relevance' search. the results in this Relevance (order by) mode dont display 'Last updated' attribute of the package in the results
[00:27:25] <koobs> When you switch to 'Last updated' order by, 'Last updated' values are shown
[00:27:39] <sumanah> Aha -- thanks, I understand better now, thanks koobs
[00:27:48] <koobs> What im proposing is exposing/displaying the 'Last updated' values in the 'Relevence' order by case as well
[00:27:54] <koobs> Non '
[00:28:30] <koobs> Allowing users to use the 'relevance' matching which highlights (as expected) 'more' relevent results, but also allows them to see last updated, instead of going to the package page, to see last updated
[00:29:16] <koobs> sumanah: my example case: https://pypi.org/search/?q=short+url
[00:29:35] <koobs> when you switch that search to last updated, most of the results arent relevent for the search terms any more
[00:29:52] <koobs> im looking for 'relevent' results 'updated recently'
[00:30:04] <koobs> without 'Last updated' being displayed in relevence mode, i cant do that
[00:30:57] <koobs> lots of search (including the above example) have "10,000+ projects for "short url" "
[00:30:57] <sumanah> koobs: I'll file it as a GitHub issue - thanks
[00:31:15] <koobs> sumanah: i can do that if you like
[00:31:28] <koobs> if you'd like to anyway. my username is @koobs
[00:36:01] <sumanah> koobs: filed https://github.com/pypa/warehouse/issues/5222
[00:36:03] <sumanah> Thanks!
[00:36:44] <koobs> sumanah: got it, thank you
[00:37:01] <koobs> sumanah: are you aware of any extra/special search syntaxes for pypi search?
[00:39:20] <sumanah> koobs: thinking. btw in case you want to hook into the API: https://warehouse.readthedocs.io/api-reference/
[00:39:51] <koobs> sumanah: danke
[00:40:23] <sumanah> koobs: I don't know of any special search syntaxes for PyPI search, no
[00:41:15] <sumanah> some relevant open issues: https://github.com/pypa/warehouse/issues/727
[00:41:19] <sumanah> https://github.com/pypa/warehouse/issues/1971
[10:58:23] <dark___harry> hi dstufft !