line
Arguments
This function has no required arguments. When called without arguments, the function matches all lines.
-
The first optional argument lines_number is used to specify maximum number of rows. The default value is 1.
-
The other arguments define the terms to search for.
The function also supports optional named parameters:
-
whole:=yes which extracts whole lines made up by the arguments contained in the query.
-
match:=arguments extracts only the arguments listed inside the function (default value).
-
match:=range matches text range starting from the first found term and ending with the last found term.
-
match:=inverse matches text range starting from the first found term and ending with the last found term except for the specified arguments.
-
min_length sets the minimal line’s length in tokens.
-
max_length sets the maximal line’s length in tokens.