Make WordPress Core

{31} Tickets in the Query component (272 matches)

Arguments
Create a new ticket
  • Active tickets in the Query component
  • Grouped by workflow and sorted by type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (101 - 200 of 272)

1 2 3

Tickets Awaiting Review (66 matches)

Ticket Summary Owner Priority Severity Milestone Type Workflow Modified
#54853 Search only searching phrases and not searching individual terms normal normal Awaiting Review defect (bug) 01/19/2022
#43372 $wp_query->max_num_pages return value as float normal trivial Awaiting Review defect (bug) 02/10/2022
#55630 add array input to meta_query key normal normal Awaiting Review enhancement has-patch 04/27/2022
#55649 Block Query with full post content do not display properly normal normal Awaiting Review defect (bug) 05/02/2022
#43238 `suppress_filters` not set in `pre_get_posts` hook normal normal Awaiting Review defect (bug) dev-feedback 05/13/2022
#55748 wp_query post_type taxonomies doesn't accept array in url if hierarchical normal minor Awaiting Review defect (bug) 05/17/2022
#52094 Queries with perm readable/editable will not work for multiple post types and status queries normal normal Awaiting Review defect (bug) has-patch 06/15/2022
#56081 Query Loop block with selection causes Sticky Posts setting to be ignored normal normal Awaiting Review defect (bug) 06/27/2022
#56165 Bogus query parameters force WordPress to drop query limit and exhausts memory normal normal Awaiting Review defect (bug) 07/06/2022
#56168 Add a way easily perform advanced post fields queries normal trivial Awaiting Review feature request 07/07/2022
#57412 Uncaught TypeError: Cannot read properties of undefined (reading 'length'): jquery migrate normal critical Awaiting Review defect (bug) 01/03/2023
#57766 filter query_loop_block_query_vars repeater 4 times normal normal Awaiting Review defect (bug) 02/18/2023
#57767 SQL query error with multiple order specifications in pre_get_posts. normal critical Awaiting Review defect (bug) 02/21/2023
#49550 is_home is set to true even for cron jobs, which causes sticky posts to get prepended to all WP_Query results normal normal Awaiting Review defect (bug) 02/24/2023
#57678 Missing use of placeholders and $wpdb->prepare() normal major Awaiting Review defect (bug) dev-feedback 02/27/2023
#58147 bugfix: rewind_posts when posts array index != 0 normal normal Awaiting Review defect (bug) has-patch 04/18/2023
#56105 Call update_post_parent_caches in the_post function in WP_Query class normal normal Awaiting Review enhancement needs-unit-tests 04/20/2023
#41678 Make sure all field returns use filters in WP Query normal normal Awaiting Review enhancement needs-unit-tests 04/20/2023
#37463 Abstract Query Class normal normal Awaiting Review enhancement has-patch 04/20/2023
#57505 category archive url ending with "/0" should be 404 normal normal Awaiting Review defect (bug) 05/14/2023
#37251 Not return 404 on front-page with option page and url `/page/2` normal normal Awaiting Review defect (bug) 05/28/2023
#58553 Two query blocks on home template (FSE) breaks the second one normal normal Awaiting Review defect (bug) 06/16/2023
#58593 Slow list of posts in the admin panel (with a large wp_posts table) normal normal Awaiting Review enhancement 06/26/2023
#58806 Unexpected ordering result when ordering based on multiple clauses normal normal Awaiting Review defect (bug) 07/14/2023
#59351 Add support for querying by an exact date with WP_Date_Query normal normal Awaiting Review enhancement 09/15/2023
#33341 WP_Meta_Query IN operator with empty array does not return expected result normal critical Awaiting Review defect (bug) dev-feedback 10/17/2023
#58200 Empty result when meta_query is supposed to select date less than certain date normal normal Awaiting Review defect (bug) 11/10/2023
#60274 Query loop showing too many posts normal normal Awaiting Review defect (bug) 01/17/2024
#60395 Filtering posts by open ping_status returns posts with closed ping_status normal normal Awaiting Review defect (bug) 01/31/2024
#60468 WP_Query matches any post when query parameter "name" is an empty string normal minor Awaiting Review defect (bug) 02/07/2024
#60490 Add 'author__in' option to WP_Query 'orderby' options normal normal Awaiting Review feature request 02/09/2024
#50873 Search query parameter causes 404 on pagename match rules normal normal Awaiting Review defect (bug) has-patch 02/15/2024
#60154 Add filter hook to either get_post_stati or WP_List_Util::filter normal normal Awaiting Review enhancement 02/15/2024
#61008 Allow searching of extra post fields normal normal Awaiting Review enhancement 04/15/2024
#61048 order sticky posts using the same order for posts normal major Awaiting Review enhancement 04/22/2024
#52386 Should WP_Query::get_posts be a private method? normal normal Awaiting Review enhancement 04/30/2024
#40341 Make search possible in custom fields normal normal Awaiting Review enhancement 05/24/2024
#51811 Query inconsistency between WP_Query and WP_Term_Query normal normal Awaiting Review enhancement has-patch 07/04/2024
#61632 Allow ordering of posts by `status` normal normal Awaiting Review enhancement 07/11/2024
#60027 Post patterns show no posts normal major Awaiting Review defect (bug) 08/24/2024
#49284 WP_Meta_Query's 'compare_key' does not support 'NOT EXISTS' when used with WP_User_Query normal normal Awaiting Review defect (bug) has-patch 09/12/2024
#60984 WP_Query is returning the two same post instead of one normal normal Awaiting Review defect (bug) 10/15/2024
#59252 is_front_page returns false when a static blog page has been set. joedolson* normal normal Awaiting Review defect (bug) has-patch 02/04/2025
#62401 WP_Query add extra JOINs after calling get_posts() with category__in in query arguments normal normal Awaiting Review defect (bug) 02/07/2025
#40434 Optimize SQL in Admin - In the Post/CPT List `wp-admin/edit.php` > the function get_posts() normal normal Awaiting Review enhancement 02/12/2025
#63044 Add method to test whether currently viewing the site home page in WP_Query normal normal Awaiting Review enhancement has-patch 03/03/2025
#63094 Allow ordering by meta_id in a meta query normal normal Awaiting Review feature request 03/13/2025
#63106 The loop can throw warning if `WP_Query::have_posts()` not called. low normal Awaiting Review defect (bug) 03/15/2025
#63098 Passing array in term query arg triggers fatal error normal normal Awaiting Review defect (bug) has-patch 04/09/2025
#62044 WP allows to inject random strings into archive page urls, still returning 200 normal critical Awaiting Review defect (bug) 05/12/2025
#62953 Add post_ancestor as query var to WP_Query class bbpaule normal normal Awaiting Review enhancement has-patch 05/26/2025
#63360 ignore_sticky_posts generating a wrong behaviour in WP_Query normal blocker Awaiting Review defect (bug) 06/04/2025
#63614 pre_get_lastpostdate filter normal minor Awaiting Review enhancement has-patch 06/24/2025
#63659 Adding the "order" or "orderby" query argument to the front page causes the latest news to be displayed normal normal Awaiting Review defect (bug) has-patch 07/08/2025
#63666 Multiple tags in URL broken in 6.8 normal normal Awaiting Review defect (bug) has-patch 07/08/2025
#63406 Lack of mutex for query object values like is_category and is_author can result in warnings normal normal Awaiting Review defect (bug) 08/06/2025
#63902 wp_get_post_autosave() uses a non-limited SQL query normal minor Awaiting Review defect (bug) has-patch 09/02/2025
#60963 Custom query, inherit main query, show scheduled posts normal major Awaiting Review defect (bug) 09/06/2025
#58447 Posts with ‘Stick to the top of the blog’ should also stick to the top of the categories it belongs to normal normal Awaiting Review feature request 09/09/2025
#57303 wp_get_posts() for post_type="any" + post__in creates not optimized database query normal normal Awaiting Review enhancement has-patch 09/10/2025
#63998 Undefined variable warnings in WP Class lowest trivial Awaiting Review defect (bug) has-patch 09/18/2025
#41226 Static "posts page" preview not working normal normal Awaiting Review defect (bug) needs-unit-tests 10/02/2025
#61621 WP_Query get_posts should be call its property not again execute all caculations normal normal Awaiting Review defect (bug) 11/19/2025
#63768 WP_Query will generate an unexpected SQL query when using switch_to_blog and post_type = any normal normal Awaiting Review defect (bug) has-patch 12/01/2025
#47068 get_queried_object() returns null date archives and on homepage with blog on front settings normal normal Awaiting Review defect (bug) has-patch 12/03/2025
#64507 Fatal error when author_name is not a string normal normal Awaiting Review defect (bug) 01/15/2026

Tickets Needing Feedback (18 matches)

Ticket Summary Owner Priority Severity Milestone Type Workflow Modified
#41819 Support the paged argument in WP_Site_Query and WP_Network_Query spacedmonkey normal normal Future Release enhancement dev-feedback 11/01/2017
#30530 Enhance privacy by hiding posts of other users normal normal enhancement reporter-feedback 06/04/2019
#34934 Suppress preg_match() and urldecode() errors in WP::parse_request(). normal normal defect (bug) reporter-feedback 06/04/2019
#35848 WordPress 4.4 Handling Custom Taxonomies and Tax Queries Correctly normal normal defect (bug) reporter-feedback 06/04/2019
#51094 WP_Query.query with invalid post_status will return all metalandcoffee* normal critical Future Release defect (bug) needs-unit-tests 06/14/2022
#37762 cache_results parameter doesn't prevent queried posts from being added to cache boonebgorges normal normal Future Release defect (bug) dev-feedback 06/15/2022
#44965 WordPress Core strips $_GET['error'] occasionally SergeyBiryukov* normal normal Future Release defect (bug) dev-feedback 09/21/2022
#57211 Split up `WP_Query::get_posts()` costdev normal normal Future Release enhancement dev-feedback 01/23/2023
#18035 ignore_sticky_posts fails to remove sticky class johneckman normal normal Future Release enhancement dev-feedback 09/20/2023
#24142 Zero value for posts_per_page value in wp_query custom instance and for 'Blog pages show at most' option SergeyBiryukov normal normal Future Release defect (bug) dev-feedback 02/18/2024
#42883 Use sargable queries for date-based lookups for posts normal normal Future Release enhancement dev-feedback 05/29/2024
#18513 Searching with explicit post types unsets page post type normal normal defect (bug) needs-unit-tests 01/23/2025
#57416 Do not split query if requesting one post spacedmonkey normal normal Future Release enhancement dev-feedback 01/29/2025
#49278 Improve meta query normal normal enhancement dev-feedback 02/27/2025
#53450 [WP_Meta_Query] Add faster LIKE based 'STARTSWITH' and 'ENDSWITH' compare modes for value query normal trivial Future Release enhancement dev-feedback 03/03/2025
#18408 Can't wp_reset_postdata after custom WP_Query in an admin edit page audrasjb normal normal Future Release defect (bug) needs-unit-tests 05/30/2025
#37530 is_front_page() is based on wrong data -> gives wrong results normal normal Future Release defect (bug) needs-unit-tests 06/23/2025
#18836 ORDER BY RAND() is slow pbearne normal minor Future Release enhancement dev-feedback 08/21/2025

Tickets with Patches (16 matches)

Ticket Summary Owner Priority Severity Milestone Type Workflow Modified
#38283 Some `WP_Query` query vars undocumented normal normal Future Release defect (bug) has-patch 03/27/2019
#19653 Order by meta field forces ignore of null records normal normal Future Release enhancement needs-unit-tests 03/29/2019
#38442 Error when WP_Query parses orderby array in function parse_order normal normal Future Release defect (bug) has-patch 04/02/2019
#44296 Enable double-width space works as a separator in search query SergeyBiryukov normal normal Future Release defect (bug) has-patch 04/10/2019
#9978 Sticky Posts are not ordered correctly after selection normal normal enhancement has-patch 06/04/2019
#11950 Sticky Posts are too aggressive normal normal enhancement has-patch 06/04/2019
#15667 wp_list_pages, if it finds no pages to display, shows random child pages instead because of a bug in get_pages() jackreichert normal minor defect (bug) needs-unit-tests 06/04/2019
#16706 Queries using "category__and" are slow on large databases chriscct7 normal normal enhancement has-patch 06/04/2019
#18897 query_posts / WP_query parameter 'offset' should play nicely with 'paged' wonderboymusic normal normal enhancement has-patch 06/04/2019
#20352 Use str_getcsv() to parse search terms in WP_Query normal normal enhancement needs-unit-tests 06/04/2019
#23044 adjacent_image_link() needs optimization normal normal enhancement needs-unit-tests 06/04/2019
#27094 get_boundary_post() doesn't work for custom post types normal normal enhancement has-patch 06/04/2019
#27272 WP meta queries comparing apples to oranges normal normal defect (bug) has-patch 06/04/2019
#30994 Offset return for wp_get_archives normal normal enhancement has-patch 06/04/2019
#34525 Use wp_parse_id_list() in the WP_Query class normal normal enhancement has-patch 06/04/2019
#34660 Query breaks when nopaging = false and posts_per_page = -1 normal normal defect (bug) needs-unit-tests 06/04/2019
1 2 3
Note: See TracReports for help on using and creating reports.