barisusakli / nodebb-plugin-dbsearch

A plugin that uses the database for search
16 stars 24 forks source link

Error at search settings #39

Closed alex1702 closed 6 years ago

alex1702 commented 6 years ago

If i click at the settings icon i get this error: image with error

i use nodebb 1.8.2

log:

2018-04-12T13:26:26.721Z [32715] - error: /search
 TypeError: Cannot read property 'length' of undefined
    at Search.query (/home/nodebb/nodebb/node_modules/redisearch/lib/redis-search.js:58:15)
    at Object.exports.search (/home/nodebb/nodebb/node_modules/nodebb-plugin-dbsearch/lib/redis.js:47:9)
    at Object.search.searchQuery [as method] (/home/nodebb/nodebb/node_modules/nodebb-plugin-dbsearch/lib/dbsearch.js:159:5)
    at /home/nodebb/nodebb/src/plugins/hooks.js:115:12
    at /home/nodebb/nodebb/node_modules/async/dist/async.js:2502:9
    at replenish (/home/nodebb/nodebb/node_modules/async/dist/async.js:998:17)
    at /home/nodebb/nodebb/node_modules/async/dist/async.js:1002:9
    at eachOfLimit (/home/nodebb/nodebb/node_modules/async/dist/async.js:1027:24)
    at /home/nodebb/nodebb/node_modules/async/dist/async.js:1032:16
    at Object.reduce (/home/nodebb/nodebb/node_modules/async/dist/async.js:2501:5)
    at fireFilterHook (/home/nodebb/nodebb/src/plugins/hooks.js:107:9)
    at Object.Plugins.fireHook (/home/nodebb/nodebb/src/plugins/hooks.js:87:4)
    at doSearch (/home/nodebb/nodebb/src/search.js:60:14)
    at pids (/home/nodebb/nodebb/src/search.js:73:6)
    at /home/nodebb/nodebb/node_modules/async/dist/async.js:3866:24
    at replenish (/home/nodebb/nodebb/node_modules/async/dist/async.js:998:17)
barisusakli commented 6 years ago

Make sure nodebb-plugin-dbsearch version is 2.0.15

alex1702 commented 6 years ago

how can i update manually?

barisusakli commented 6 years ago

npm i nodebb-plugin-dbsearch@2.0.15 --save

alex1702 commented 6 years ago

Error still exists

barisusakli commented 6 years ago

what does npm ls redisearch show? It should be 0.0.8

alex1702 commented 6 years ago

yes:

nodebb@hermes:~/nodebb$ npm ls redisearch
nodebb@1.8.2 /home/nodebb/nodebb
└─┬ nodebb-plugin-dbsearch@2.0.15
  └── redisearch@0.0.8 
barisusakli commented 6 years ago

And you restarted nodebb right?

alex1702 commented 6 years ago

yes

barisusakli commented 6 years ago

dbsearch@2.0.16 should fix the issue, let me know.

alex1702 commented 6 years ago

thx