Changes between Initial Version and Version 1 of Ticket #2642, comment 16
- Timestamp:
- 04/18/2017 06:05:33 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2642, comment 16
initial v1 3 3 4 4 I can see different ways of fixing this: 5 0. I change my behavior totally and start downloading and uploading zip-files instead.5 1. I change my behavior totally and start downloading and uploading zip-files instead. 6 6 7 1. Adjust the search algorithm so that IF there's a 100% slug match for the search phrase, then it will be presented first, possibly marked "Slug match" or similar. (I.e. a meta adjustment of search algorithm)7 2. Adjust the search algorithm so that IF there's a 100% slug match for the search phrase, then it will be presented first, possibly marked "Slug match" or similar. (I.e. a meta adjustment of search algorithm) 8 8 9 2. In WP-admin, when adding a plugin, add a third option: standard-search, zip-upload, and indicate slug of plugin. (and this field would allow any of9 3. In WP-admin, when adding a plugin, add a third option: standard-search, zip-upload, and indicate slug of plugin. (and this field would allow any of 10 10 {{{ 11 11 [slug|((http(s)://)wordpress.org)(/)plugins/slug|plugins] 12 12 }}} 13 Option 2. would mean fixing my biggest pain point in a totally different way. 13 Option 3 would mean fixing my biggest pain point in a totally different way. 14 15 (Note: edited to correct numbering of these options. I had started with 0, but the wiki formatting changed that to 1...)