Make WordPress Core

{31} Tickets in the Query component (275 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 (201 - 275 of 275)

1 2 3

Tickets with Patches (31 matches)

Ticket Summary Owner Priority Severity Milestone Type Workflow Modified
#19653 Order by meta field forces ignore of null records normal normal Future Release enhancement needs-unit-tests 7 years ago
#9978 Sticky Posts are not ordered correctly after selection normal normal enhancement has-patch 7 years ago
#11950 Sticky Posts are too aggressive normal normal enhancement has-patch 7 years ago
#20352 Use str_getcsv() to parse search terms in WP_Query normal normal enhancement needs-unit-tests 7 years ago
#23044 adjacent_image_link() needs optimization normal normal enhancement needs-unit-tests 7 years ago
#14368 make the 'orderby' argument in get_posts() accept all "post" fields normal normal enhancement has-patch 4 years ago
#11398 new sort method for query_posts (order by last comment date) normal normal enhancement has-patch 3 months ago
#56312 Appending ?name to home URL shows the posts page instead of a static front page normal normal Future Release defect (bug) has-patch 4 weeks ago
#30184 Author page and category normal normal defect (bug) needs-unit-tests 15 months ago
#39428 Die fast in get_posts if get_user_by returns false normal normal Future Release defect (bug) has-patch 15 months ago
#38442 Error when WP_Query parses orderby array in function parse_order normal normal Future Release defect (bug) has-patch 7 years ago
#55917 Fatal error in WP6.0 when calling get_current_screen on the pre_get_posts action normal normal Future Release defect (bug) close 16 months ago
#53824 Fatal error when in action pre_get_posts call *_template() normal normal Future Release defect (bug) has-patch 5 years ago
#64507 Fatal errors can ensue in WP_Query when requests are made with array query vars normal normal Future Release defect (bug) has-patch 5 months ago
#27266 Front end search for attachment title cannot succeed normal normal defect (bug) has-patch 5 years ago
#37489 If Posts have the same datetime, the order of the post is indefinite. normal normal defect (bug) has-patch 7 years ago
#52337 Non-numeric attachment_id and p query string params result in posts page normal normal Future Release defect (bug) has-patch 3 years ago
#60566 Posts Page as Draft remains publicly queryable normal normal Future Release defect (bug) has-patch 7 months ago
#65267 Preserve Query Strings on Old-Slug Redirects, If Any normal normal Future Release defect (bug) has-patch 4 months ago
#34660 Query breaks when nopaging = false and posts_per_page = -1 normal normal defect (bug) needs-unit-tests 7 years ago
#38283 Some `WP_Query` query vars undocumented normal normal Future Release defect (bug) has-patch 7 years ago
#40521 Using a custom query var on a static front page results in wrong $post normal normal Future Release defect (bug) has-patch 4 months ago
#27272 WP meta queries comparing apples to oranges normal normal defect (bug) has-patch 7 years ago
#27015 WP_Query::get_queried_object() does not always work in 'pre_get_posts' normal normal Future Release defect (bug) needs-unit-tests 5 years ago
#52559 When doing JOINs for meta queries the meta_key should be in the ON clause whenever possible. normal normal Future Release defect (bug) has-patch 5 weeks ago
#35913 `is_()` conditional methods should share their logic normal normal Future Release defect (bug) dev-feedback 8 weeks ago
#30994 Offset return for wp_get_archives normal normal enhancement has-patch 7 years ago
#16706 Queries using "category__and" are slow on large databases normal normal enhancement has-patch 2 months ago
#34525 Use wp_parse_id_list() in the WP_Query class normal normal enhancement has-patch 7 years ago
#45084 WP_Term_Query multiple 'orderby' support normal normal Future Release enhancement needs-unit-tests 6 years ago
#27094 get_boundary_post() doesn't work for custom post types normal normal enhancement has-patch 7 years ago

Unpatched Bugs (19 matches)

#38709 Unlimited query for invalid post names pbearne normal normal Future Release defect (bug) 2 years ago
#56311 Week query variable is not being sanitized correctly audrasjb normal normal Future Release defect (bug) needs-unit-tests 3 months ago
#21790 When set a static front page WP main query isn't set correctly SergeyBiryukov normal normal Future Release defect (bug) 9 years ago
#15551 Custom post type pagination redirect normal normal defect (bug) 4 years ago
#23336 Sticky Posts lack sanity bounding. If used too much, can severely degrade performance. normal normal defect (bug) 7 years ago
#51852 "any" value in "post_type" param in "get_posts" by default ignore attachments normal normal Future Release defect (bug) needs-unit-tests 6 years ago
#39540 NOT EXISTS meta condition doesn't work if meta has NULL value. normal normal Future Release defect (bug) needs-unit-tests 8 months ago
#30911 Overhaul post_status logic in WP_Query normal normal defect (bug) needs-unit-tests 7 years ago
#35758 Reading Settings fallback option when none is selected at Front page displays normal normal defect (bug) 7 years ago
#36966 Search is not working with soft hyphen symbols normal normal defect (bug) 7 years ago
#35131 Unexpected 404: pending post hides published post with matching slug normal normal defect (bug) 7 years ago
#36696 WP_Meta_Query can give wrong results when comparing large numbers normal normal defect (bug) 7 years ago
#27282 WP_Query returns more results when there are sticky posts normal normal Future Release defect (bug) dev-feedback 5 weeks ago
#55207 WP_Query returns published sticky posts when post_status is set to draft normal normal Future Release defect (bug) early 21 months ago
#35820 WP_Query(array( 'p' => 0)) will return posts normal normal defect (bug) 7 years ago
#27507 get_posts() not honoring post_status criteria normal normal defect (bug) 7 years ago
#48860 get_queried_object return false when executed in parse_query hook normal normal defect (bug) 7 years ago
#31957 query fails, when post is queried under specific name normal normal defect (bug) 7 years ago
#46294 wp rest api fails to paginate page requests correctly when ordering on menu_order normal normal Future Release defect (bug) 9 months ago

Unpatched Enhancements (25 matches)

#38173 Meta query creates unecessary multiple left joins when using the same meta key pbearne normal normal Future Release enhancement 22 months ago
#26937 get_adjacent_post() should use WP_Query rather than build its own SQL query nacin normal normal Future Release enhancement 9 years ago
#29823 WP_Date_Query across tables boonebgorges* normal normal enhancement 7 years ago
#39447 Improvement to the get_the_posts_navigation SergeyBiryukov normal normal Future Release enhancement needs-unit-tests 6 years ago
#21096 Filter on is_front_page return value normal normal enhancement 7 years ago
#25190 Improve name/pagename query variable mapping normal normal enhancement needs-unit-tests 7 years ago
#25180 Make it possible to select only posts with comment_count > 0 normal normal enhancement 7 years ago
#15068 merging query objects/arrays normal normal enhancement 7 years ago
#19738 meta_query should check for wildcards when using LIKE operator normal normal enhancement 7 years ago
#16910 Lazy evaluation for WP_Query normal normal feature request 7 years ago
#14375 Post pagination should have a show all option normal normal Future Release feature request 12 months ago
#34211 Ability to specify fields WP_Query can search normal normal enhancement 7 years ago
#35761 Add filter(s) to get_adjacent_post function to change variables further down normal normal enhancement 7 years ago
#35398 Allow post types to override `posts_per_archive_page` normal normal enhancement 7 years ago
#36670 Move CAST to right-hand side of comparison in meta query normal normal enhancement 7 years ago
#62476 Need the ability to clear WP_Query cache partially and ability to set expiry for queries. normal normal Future Release enhancement 21 months ago
#49555 Reorder WP_Query methods for a more logical placement normal trivial Future Release enhancement 7 years ago
#36309 Timezone issue in WP_Date_Query->build_mysql_datetime normal normal enhancement 7 years ago
#30044 Use subqueries for AND clauses in WP_Meta_Query normal normal Future Release enhancement 4 years ago
#29178 Using WP_Query only for result of SQL_CALC_FOUND_ROWS normal normal enhancement 7 years ago
#31083 WP_date_Query does not validate string values of 'before' or 'after' normal normal enhancement 7 years ago
#37056 paginate_links should be a method on WP_Query normal normal enhancement 7 years ago
#31383 Add WP_Tax_Query support to WP_User_Query normal normal Future Release feature request 2 years ago
#30982 Meta query in pre_get_posts normal normal feature request 7 years ago
#44658 Support BETWEEN for term names in WP_Tax_Query/WP_Term_Query normal normal Future Release feature request dev-feedback 7 years ago
1 2 3
Note: See TracReports for help on using and creating reports.