nativescript-vue/nativescript-vue.org

Search is broken on the site

cfjedimaster opened this issue · 3 comments

Title pretty much says it all. In console I see:

vue.js:584 [Vue warn]: Error in mounted hook: "Error: Error: inputSelector:[object HTMLInputElement]  must be a string. Each selector must match only one element and separated by ','"

(found in <Root>)
warn @ vue.js:584
logError @ vue.js:1715
globalHandleError @ vue.js:1710
handleError @ vue.js:1699
callHook @ vue.js:2897
mountComponent @ vue.js:2779
Vue$3.$mount @ vue.js:8416
Vue$3.$mount @ vue.js:10777
Vue._init @ vue.js:4557
Vue$3 @ vue.js:4646
(anonymous) @ main.js:1
vue.js:1719 Error: Error: inputSelector:[object HTMLInputElement]  must be a string. Each selector must match only one element and separated by ','
    at Function.checkArguments (docsearch.min.js:2)
    at new DocSearch (docsearch.min.js:2)
    at Factory (docsearch.min.js:2)
    at Vue$3.mounted (main.js:1)
    at callHook (vue.js:2895)
    at mountComponent (vue.js:2779)
    at Vue$3.$mount (vue.js:8416)
    at Vue$3.$mount (vue.js:10777)
    at Vue$3.Vue._init (vue.js:4557)
    at new Vue$3 (vue.js:4646)

@cfjedimaster Search seems to be working now. If it's still not working for you, can you provide a quick video of what's happening for you and some info around device, OS, browser, search string that's not working.

Thanks!

Yes! I fixed it recently, and forgot to close this issue! Should be working normally now (still not sure why it stopped working all of a sudden, since there were no changes on our part when it stopped working)...