Skip to Content

Query Param Rules

The search plugin cannot tell which query params are valid and which are not. In order to prevent the search results from being flooded with duplicate pages, query params are ignored by default.

With query param rules you can inform the indexer to take specific queries on specific URIs into account.

The below example shows how you would setup query param rules for pagination.

Add query param rule interface
You will need to update your search index before any changes to your ignore rules take effect.

Regular Expressions

Redirects support PCRE Pattern Syntax. By default any / and ? not inside parenthesis will be escaped. To prevent this escaping, include opening and closing forward slashes and optional flags. The insensitive flag is included by default unless overridden.