Meilisearch PHP | Documentation

DynamicSearchRules extends Endpoint
in package

FinalYes
Tags
phpstan-import-type

RawDynamicSearchRule from DynamicSearchRule

phpstan-type

RawDynamicSearchRules array{ results: list<RawDynamicSearchRule>, offset: non-negative-int, limit: non-negative-int, total: non-negative-int }

Table of Contents

Constants

PATH  = '/dynamic-search-rules'

Properties

$apiKey  : string|null
$http  : Http

Methods

__construct()  : mixed
all()  : DynamicSearchRulesResults
delete()  : array<string|int, mixed>|null
get()  : DynamicSearchRule
show()  : array<string|int, mixed>|null
update()  : DynamicSearchRule

Constants

Properties

Methods

__construct()

public __construct(Http $http[, string|null $apiKey = null ]) : mixed
Parameters
$http : Http
$apiKey : string|null = null

delete()

public delete(non-empty-string $uid) : array<string|int, mixed>|null
Parameters
$uid : non-empty-string
Return values
array<string|int, mixed>|null

show()

public show() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

        
On this page

Search results