Control how Posts without a parent are returned when parent attribution has been enabled.
By default SearchWP ignores meta keys that do not contain search-worthy content. You can customize which key(s) are ignored with this hook.
Control whether SearchWP finds a ‘global’ excerpt from all post content, not just post_content for a single post type.
Control whether SearchWP finds a ‘global’ excerpt from all post content, not just post_content.
Control whether results from a post type can be configured to attribute relevance weight to their parents.
Control whether results from a post type can be configured to attribute all weight to another post ID.
Manipulate the taxonomy terms for a post prior to indexing. Applies only when the Taxonomy has been included in an Engine. See also searchwp\source\post\attributes\taxonomy\terms to filter all terms at once.
Manipulate the taxonomy terms for a post prior to indexing. Applies only when the Taxonomy has been included in an Engine. See also searchwp\source\post\attributes\taxonomy\term to filter individual terms.
Manipulate Custom Field (postmeta) data for a single Custom Field before it is indexed. See also searchwp\source\post\attributes\meta\${meta_key} for all Custom Fields.