mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-14 14:19:33 +00:00
Fix no results for keyword search
This commit is contained in:
parent
5e40408aac
commit
0a838da02c
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ class BuerklinProvider implements InfoProviderInterface
|
|||
|
||||
$response = $this->makeAPICall('/products/search/', [
|
||||
'pageSize' => 50,
|
||||
'currentPage' => 1,
|
||||
'currentPage' => 0,
|
||||
'query' => $keyword,
|
||||
'sort' => 'relevance',
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue