Regexp and wildcard options

Build 1501 on 14/Nov/2017  This topic last edited on: 17/Mar/2016, at 16:49

Wildcards and regular expressions are supported in the query. The following table illustrates some examples.

Kind

Syntax

Examples

Regular expressions

[field:]/pattern/{options}

title:/desi.*/{w=10000,#=100}

Wildcard

[field:]word*{options}

[field:]*word{options}

desi*

title:*faces