AutocompleteService

works.iterative.autocomplete.service.AutocompleteService
See theAutocompleteService companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def find(collection: String, q: String, limit: Int, language: String, context: Option[Map[String, String]]): URIO[AutocompleteService, List[AutocompleteEntry]]
def load(collection: String, q: String, language: String, context: Option[Map[String, String]]): URIO[AutocompleteService, Option[AutocompleteEntry]]

Concrete fields