further adjustments based on seb's feedback
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user