initial method

FtsP initial()

Makes this phrase an initial-token-query phrase and returns the result.

Implementation

FtsP initial() => str.startsWith("^") ? this : FtsP("^$str");