Skip to content

feat: filter Knowledge Base picker by taxonomy (#173) - #214

Open
HardeepAsrani wants to merge 1 commit into
feat/issue-195from
feat/issue-173
Open

feat: filter Knowledge Base picker by taxonomy (#173)#214
HardeepAsrani wants to merge 1 commit into
feat/issue-195from
feat/issue-173

Conversation

@HardeepAsrani

@HardeepAsrani HardeepAsrani commented Jul 29, 2026

Copy link
Copy Markdown
Member

Closes https://github.com/Codeinwp/hyve/issues/173

Adds a taxonomy filter to the WordPress content picker in the Knowledge Base, so posts can be narrowed by category, tag, or custom taxonomy alongside the existing post type and title search. The filter adapts to the selected post type, so it only shows taxonomies that apply to it.

QA

  1. Go to Knowledge Base > Add a source > WordPress.
  2. Set the post type to Posts. A Category dropdown (and any other taxonomies for that type) appears after the post type selector.
  3. Pick a term and confirm the list narrows to posts in that term, with the result count and pagination updating.
  4. Change the post type and confirm the taxonomy dropdowns swap to that type's taxonomies and the previous selection resets.
  5. Set the post type back to All and confirm no taxonomy dropdowns show.
  6. Confirm search still works together with a selected term.

Add a taxonomy filter to the WordPress content picker so posts can be narrowed by category, tag, or custom taxonomy alongside the post type and title search. A new filters endpoint returns the taxonomies for the selected post type, and get_data accepts a tax query arg.
@github-actions

Copy link
Copy Markdown

Plugin build for 6a1c365 is ready 🛎️!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant