[wp-meta] [Making WordPress.org] #7814: Photo Directory: Tags are not used in search results

Making WordPress.org noreply at wordpress.org
Wed Nov 20 22:28:48 UTC 2024


#7814: Photo Directory: Tags are not used in search results
-----------------------------+---------------------
 Reporter:  ryelle           |       Owner:  (none)
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:
Component:  Photo Directory  |  Resolution:
 Keywords:  has-patch        |
-----------------------------+---------------------

Comment (by ryelle):

 If it's not intended, and in fact is not working correctly, it should
 probably be disabled. It can be disabled from the UI but I wouldn't trust
 it to not re-enable, I've had some experiences like that. The search
 handling can be simply turned off with a filter:

 {{{
 add_filter( 'jetpack_search_should_handle_query', '__return_false' );
 }}}

 Which can be removed later if the sync & ElasticSearch queries are
 configured.

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


More information about the wp-meta mailing list