-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cordova web page search is not working #1294
Comments
Additional Notes: Per ticket #1287,
Maybe there was a service change, API change, or some sort of outage with algolia.net. Will need to check with the service. |
Had a look at the algolia.net api call. Interesting if you remove facetFilters from the params you do results back. Although then it's not scoping doc version and language. Maybe the angolia SDK has changed recently, and isn't generating the correct REST request for the facetFilters? cordova-docs/www/_includes/algolia.html Line 19 in c581a8c
|
I've tried using docSearch v3, and the facetFilters still return no results. Which makes me think they're not setup correctly on the angolia dashboard. |
Bug Report
Problem
the search on https://cordova.apache.org/ is not working
What is expected to happen?
when entering a search term like
android
into the global search on https://cordova.apache.org/ I expect the search to return resultsWhat does actually happen?
nothing, but a
?
is added to the urlInformation
Steps:
android
into the search and hit enterCommand or Code
Environment, Platform, Device
Version information
Checklist
The text was updated successfully, but these errors were encountered: