SearchStringsByPrefix constructor

SearchStringsByPrefix(
  1. {required List<String> strings,
  2. required String query,
  3. required int limit,
  4. required bool return_none_for_empty_query,
  5. int? extra,
  6. int? clientId}
)

Searches specified query by word prefixes in the provided strings. Returns 0-based positions of strings that matched. Can be called synchronously

Returns FoundPositions

Implementation

SearchStringsByPrefix