Skip to content

Query language

The Filter bar and the search overlay both accept a small query language. Use it to find exact lines fast. Plain words still work, so you only reach for the syntax when you need precision.

Target one column by starting with :. Then add the value you want.

:LineType=Dialogue

Use * as a wildcard for any text. Both the column name and the value ignore case.

You typeIt finds
:Column=valueAn exact match
:Column=Dialogue,ActionAny of the listed values
:Column=Hello*Values that start with “Hello”
:Column=*Hello*Values that contain “Hello”
:Column="*Hello World*"Use quotes when the value has spaces

Just type words. The search narrows to lines that match all of them. * and ? work as wildcards. Press Esc to clear the search.

Your studio can set up named filters in its config. They start with @ and act as on/off switches. They take no value, but you can combine them with column matchers.

@ExcludeONO
@ExcludeNonExportable

You can also write a query in words instead of symbols.

name equals Luffy
description contains "my hat"
OperatorMeaning
equalsMatches exactly
not equalsDoes not match
containsHas the text anywhere
starts withBegins with the text
ends withEnds with the text
GoalQuery
Only English translations:Language=english
Dialogue and Action lines:LineType=Dialogue,Action
Lines that contain “hat”:Content=*hat*
A line by its namename equals Luffy
Skip onomatopoeia barks@ExcludeONO
Skip non-exportable folders@ExcludeNonExportable