[wp-meta] [Making WordPress.org] #1496: Plugin Search: Search by translated plugin name

Making WordPress.org noreply at wordpress.org
Fri Mar 4 16:04:43 UTC 2022


#1496: Plugin Search: Search by translated plugin name
------------------------------+------------------------------
 Reporter:  SergeyBiryukov    |       Owner:  (none)
     Type:  defect            |      Status:  reopened
 Priority:  normal            |   Milestone:  Improved Search
Component:  Plugin Directory  |  Resolution:
 Keywords:                    |
------------------------------+------------------------------

Comment (by robfelty):

 Thanks for the update on this. I looked into it, and we do have the
 content indexed for these languages. I think the issue lies somewhere in
 the querying code, which I cannot easily test myself. I tried this
 Elasticsearch query and was able to find the plugin. Could you take a look
 at the query code @dd32



 {{{
 {
   "query": {
     "bool": {"must": [
       {"match_phrase": {
         "content_pt_BR": "criar backup"
       }}
     ]}
   }
 }
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/1496#comment:41>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list