Example: "personnel selection in the digital age" leads to the following search string ""personnel selection in the digital age"", which leads to wrong results. Therefore, quotation marks should not automatically be added to search string.
line 147 App.js
const query = all("${searchString}");
Remove quotation marks
Example: "personnel selection in the digital age" leads to the following search string ""personnel selection in the digital age"", which leads to wrong results. Therefore, quotation marks should not automatically be added to search string.
line 147 App.js const query =
all("${searchString}")
; Remove quotation marks