AutocompleteService

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

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