MessagesSearchRequest

case class MessagesSearchRequest(query: String, count: Option[Int], highlight: Option[Boolean], page: Option[Int], sort: Option[String], sort_dir: Option[String])
Value parameters:
count

Pass the number of results you want per "page". Maximum of 100.

highlight

Pass a value of true to enable query highlight markers (see below).

page

undefined

query

Search query.

sort

Return matches sorted by either score or timestamp.

sort_dir

Change sort direction to ascending (asc) or descending (desc).

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product