Vuejs.org: Core search functionality not working

Created on 27 Aug 2018  路  4Comments  路  Source: vuejs/vuejs.org

What I got?

No results as it displayed the previous content(default one).

What was expected?

According to keywords as an input in search, the results should be displayed with content containing those keywords.

Engine

Chrome - Version 68.0.3440.106

Most helpful comment

Sorry for the wrong update.

Fixed by https://github.com/algolia/docsearch-configs/commit/b8bc683b80cc5f2816c9b2e2f855f67b8bf1012e

@moumen-soliman We do a query at every keystroke. You do not need to press enter.

All 4 comments

I looked at the search settings, and it seems like the version doesn't get picked up as a facet anymore, which means that there's no results; since the search is filtered on "v2". I'm not sure which change this could be, both the Algolia settings haven't been changed in a while, neither has this docs site.

config here: https://github.com/algolia/docsearch-configs/blob/master/configs/vuejs.json

cc @s-pace, who has more info on DocSearch than I have

@Haroenv I think it's related to query function, If you looked at URL there is no query after hit enter in search, So I think there is no communication between input field and a component of search or something like that, If problem in configuration at least query will print in URL

Sorry for the wrong update.

Fixed by https://github.com/algolia/docsearch-configs/commit/b8bc683b80cc5f2816c9b2e2f855f67b8bf1012e

@moumen-soliman We do a query at every keystroke. You do not need to press enter.

Okay, so now I am closing this issue as problem is fixed. Tested search functionality and its working perfect as before!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

libertyAlone picture libertyAlone  路  6Comments

emileber picture emileber  路  5Comments

dwiyatci picture dwiyatci  路  5Comments

sherzinger picture sherzinger  路  3Comments

andreasvirkus picture andreasvirkus  路  3Comments