search property
Whether the adapter accepts dataset search state in load and aggregate requests and applies an adapter-side search predicate.
This does not promise full semantic parity with local in-memory search. Backend adapters may support only the field types and representations that can be translated safely by that backend. Adapter documentation must describe any such subset.
Implementation
final bool search;