londonmedicallaboratory / api-sdk

1 stars 0 forks source link

Search functionality #11

Closed lukkov closed 2 years ago

lukkov commented 2 years ago

Description LML is using algolia for search functionality. We should discuss about how search should be implemented on apps that use commando.

URL https://www.londonmedicallaboratory.com/search

zmitic commented 2 years ago

To search, use filter like

$pager = $this->repository->paginate(['search' => 'fertil']);

for all blocks.