Changeset 14224
- Timestamp:
- 12/02/2024 06:16:38 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/search.php
r14181 r14224 20 20 add_filter( 'posts_groupby', [ __CLASS__, 'tag_groupby_for_search' ], 10, 2 ); 21 21 add_filter( 'posts_search_orderby', [ __CLASS__, 'tag_orderby_for_search' ], 10, 2 ); 22 23 // Disable ElasticSearch so that the search customization can take effect. 24 add_filter( 'jetpack_search_should_handle_query', '__return_false' ); 22 25 } 23 26
Note: See TracChangeset
for help on using the changeset viewer.