Documentation

Getting Started

Queries

Fields

Styles Presets

FAQ

Block Editor

Developer

Known Issues


Integrations

Integrations

WooCommerce

Advanced Custom Fields

Unofficial Integrations

  • Fields allow your visitors to interact with queries on your site, enabling them to drill down to find the information they are looking for. This means they spend less time looking for the information they need. Field types There are 5 different types of fields: Search, Choice, Range (pro), Advanced and Control. Search fields allow…

    Read more ->: Fields Overview
  • Search & Filter relies heavily on the creation of Queries. Using our Query Builder you can easily create queries and fine tune them to display content on your site. Combine Search & Filter Queries with Search & Filter Fields to allow your visitors filter down exactly what they’re looking for, keeping them on your site…

    Read more ->: Create a Query
  • WP Rocket has a feature to delay JavaScript execution: Using this feature with Search & Filter can result in our search & filter fields not displaying at all. To work around this, we can add some rules to exclude our JavaScript files and objects. In the Excluded JavaScript Files section: Add the following rules (copy…

    Read more ->: WP Rocket
  • 1. Overview Search & Filter is a WordPress plugin that lets you create powerful search and filtering interfaces for your website. The Free version provides the essential filtering tools, while the Pro version adds advanced query handling, dynamic features, integrations, and performance enhancements. This article explains the key differences between the Free and Pro versions…

    Read more ->: Difference Between Search & Filter Free and Pro
  • Search & Filter supports almost all ACF Field Types – some field types require enabling the indexer in your query settings before they become available. Search & Filter Field Types are shown in the column headers across the top which support the following input/filter types: ACF Field ⬇️ Search Choice Range Advanced Needs Indexer? Text…

    Read more ->: Supported ACF Field Types
  • PHP Filter query args The query class: Search_Filter\Queries\Query The query instance class. Function: get_attributes() Description: Gets all the attributes for a query (most of the settings you can see in the query editor).Return: associative array of attributes.Use: $query->get_attributes() Function: get_attribute( $attribute_name ) Description: Gets a single attribute by name.Return: attribute value or null if attribute…

    Read more ->: Queries
  • Search & Filter has a deep integration with WooCommerce built in, all you need to do is enable it! Enable the Integration Head to wp-admin -> Search & Filter -> Integrations and ensure the WooCommerce integration is enabled. WooCommerce Shop Search & Filter supports both FSE and classic editor Shop pages. To add filtering to…

    Read more ->: WooCommerce Overview