Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #174, comment 4


Ignore:
Timestamp:
11/01/2014 03:32:13 PM (10 years ago)
Author:
Rarst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #174, comment 4

    initial v1  
    12122. QueryPosts uses stemming (or whatever it is terminologically) to dismantle names into word parts and look up the matching names (some meaningless words are thrown own, etc). In practice it produces passable results, though far from perfect. It's usefulness falls for extremely commonly used words, which produce overabundance of matches.
    1313
    14 The one approach I am interested in, but hadn't seen tried yet is to simply take all data like (we already have like file structure) and feed it into one of generic related posts plugins. It would be highly automated, but will have to try to see quality of results.
     14The one approach I am interested in, but hadn't seen tried yet is to simply take all data (we already have like file structure) and feed it into one of generic related posts plugins. It would be highly automated, but will have to try to see quality of results.
    1515
    1616So these three (or combination of) are essentially choices I see on the table.