Opened 9 years ago
Last modified 7 years ago
#32824 new feature request
Consistent search fields between posts and terms
Reported by: | ashworthcreative | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Searching for posts currently checks the post_title
and post_content
fields, while searching terms checks the name
and slug
fields. Could post_name
be added to the where clause for posts, and description
be added to terms? That way, searching would consistently check an entity's title, slug, and content.
Change History (4)
#1
@
9 years ago
- Component changed from General to Posts, Post Types
- Type changed from defect (bug) to feature request
Note: See
TracTickets for help on using
tickets.
I'd be interested in @johnbillion's take on adding these extra searchable fields by default.