compile( selector: String, trace?: Boolean ): ASTYQuery execute( query: ASTQQuery, params?: { [name: String]: [value: Any] }, trace?: Boolean ): ASTYNode[] query ...
The ` prefix indicates conditions that _must_ be satisfied for our query to match. Similarly a `-` prefix would indicate conditions that _must not_ match. All conditions without a ` or -are optional— ...