search static method

String search(
  1. String attribute,
  2. String value
)

Filter resources where by searching attribute for value.

Implementation

static String search(String attribute, String value) =>
    Query._('search', attribute, value).toString();