mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-15 14:49: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/', [
|
$response = $this->makeAPICall('/products/search/', [
|
||||||
'pageSize' => 50,
|
'pageSize' => 50,
|
||||||
'currentPage' => 1,
|
'currentPage' => 0,
|
||||||
'query' => $keyword,
|
'query' => $keyword,
|
||||||
'sort' => 'relevance',
|
'sort' => 'relevance',
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue