When creating and editing menus in the Menus interface, searching for posts and pages has historically used a full text search as a query. This can make some pages difficult to find, if they use a title that primarily uses common words in the site content.

In WordPress 6.9, the search query arguments have been changed to limit searches to only the post title. This is intended to make it easier to find the post you’re looking for in search results.

The query change adds the argument search_columns with the value array( ‘post_title’ ) to the search. The columns correspond

Click here to continue reading this article.