constructSearchQuery abstract method

Future<String> constructSearchQuery(
  1. LazyResult result
)

Constructs a search query from any LazyResult for ideal response from this Source.

Implementation

Future<String> constructSearchQuery(LazyResult result);