Edit

algoliasearch.search.Edit
case class Edit(`type`: Option[EditType], delete: Option[String], insert: Option[String])

Edit

Value parameters

delete

Text or patterns to remove from the query string.

insert

Text that should be inserted in place of the removed text inside the query string.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product