searchStringsByPrefix¶
Searches specified query by word prefixes in the provided strings. Returns 0-based positions of strings that matched. Can be called synchronously
searchStringsByPrefix(
strings: list of string,
query: string,
limit: int32,
return_none_for_empty_query: Bool
) → FoundPositions