Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #2642, comment 16


Ignore:
Timestamp:
04/18/2017 06:05:33 PM (8 years ago)
Author:
tobifjellner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2642, comment 16

    initial v1  
    33
    44I can see different ways of fixing this:
    5 0. I change my behavior totally and start downloading and uploading zip-files instead.
     51. I change my behavior totally and start downloading and uploading zip-files instead.
    66
    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)
     72. 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)
    88
    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 of
     93. 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
    1010{{{
    1111[slug|((http(s)://)wordpress.org)(/)plugins/slug|plugins]
    1212}}}
    13 Option 2. would mean fixing my biggest pain point in a totally different way.
     13Option 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...)