Queryra ships with two stable, officially supported WordPress filters that let developers extend what gets indexed for AI semantic search. They cover the two extension points that matter for non-standard sites: adding content from sources Queryra doesn't read natively (Pods, JetEngine, your own custom postmeta), and overriding which custom taxonomies get sent to the search index (whitelist, rename, exclude private taxonomies).
This post documents both filters with code examples for common use cases. Both are stable across plugin versions — adding new filters in future doesn't change the contract of these two.
Filter 1: queryra_indexable_meta_content
Append text from any source to a record's indexable content before it goes to the AI embedding. Useful when your site stores content in postmeta keys that aren't on Queryra's auto-extraction list (Elementor, Breakdance, Oxygen, Beaver Builder, ACF, Meta Box).
Signature:
