77 more search options (#78)

* added search for copyright

* added search by reference
This commit is contained in:
Arwid Thornström
2021-10-22 14:39:46 +02:00
committed by GitHub
parent 8d9477d85b
commit ac5be19649
3 changed files with 26 additions and 0 deletions
+2
View File
@@ -84,6 +84,8 @@ async function getProductsSearchResult(
const prods = Promise.all([
prodApi.searchByName(q),
prodApi.searchByArtNo(q),
prodApi.searchByCopyright(q),
prodApi.searchByReferences(q),
]).then((d) => d.flat());
return {