[wp-trac] [WordPress Trac] #25585: Arabic stopwords comparison

WordPress Trac noreply at wordpress.org
Sun Oct 13 14:49:30 UTC 2013


#25585: Arabic stopwords comparison
-------------------------+-----------------------------
 Reporter:  alex-ye      |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  General      |    Version:
 Severity:  normal       |   Keywords:  needs-patch
-------------------------+-----------------------------
 WordPress uses simple string comparison in WP_Query->parse_search_terms()
 function, which is fine for many languages but Arabic need more than that
 to provide a really smart search!

 There are some chars need to removed before the string comparison, like:

 Hamza
 http://en.wikipedia.org/wiki/Hamza

 Diacritics
 http://en.wikipedia.org/wiki/Arabic_diacritics

 Tāʼ marbūṭah
 http://en.wikipedia.org/wiki/Taw

 If this cannot be in core, Could you at least add some filters to do it ?!

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25585>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list