further adjustments based on seb's feedback

This commit is contained in:
zakariaelas
2021-09-22 15:44:52 +01:00
parent 560cc0de55
commit 451e3bcdcf
9 changed files with 74 additions and 59 deletions
@@ -14,7 +14,7 @@ export default async (req, res) => {
}
try {
const { q, indexName, ...options } = value
const { q, ...options } = value
const searchService = req.scope.resolve("searchService")