Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #7394, comment 32


Ignore:
Timestamp:
10/21/2012 07:12:08 PM (12 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7394, comment 32

    initial v1  
    2424Did quite a bit of research while working on this. The sorting was modelled to mimic how the search engines work. This improvement concerns mostly the front-end searches when a visitor to the site uses our search form. The results we return should be similar to the results Google, Bing, etc. return for the site.
    2525
    26 It heavily emphasis term matches in the title with full search string matches receiving the highest priority.
     26It puts heavy emphasis on term matches in the title with full search string matches receiving the highest priority.
    2727
    2828In the particular case for P2s, the auto-generated title is the same as the first few words of the content and may not represent the post very well. For that case matches in the title are disabled but full search string matches in the content are still being used to improve the sorting.