Harshad Satra
Harshad Satra
The `removeKeyword(keywordToRemove, negatedToRemove)` method does not work in the searchString.js file That is the solution that worked for me.
No..Only the method needs to be updated
Yes, It works. Is there any way I can customize it to look like a Checkbox?
``` // nuxt.config.js build: { extend(config) { config.resolve.alias['node-fetch-native'] = require.resolve('node-fetch') } } ``` Solution did not work for me, any other recommendations? Node: 16.16.0 Nuxt: 2.15.7