[
https://issues.apache.org/jira/browse/CB-14266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16579661#comment-16579661
]
Jan Piotrowski (Sujan) commented on CB-14266:
---------------------------------------------
Typing in the search box does fire requests to Algolia, but no "hits" are
returned.
Relevant code:
{code}
<script type="text/javascript"
src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script>
<script type="text/javascript">
docsearch({
apiKey: '0a916ab198bd93d031aa70611271e42e',
indexName: 'cordova',
inputSelector: '#header-search-field',
algoliaOptions: { 'facetFilters': ["version: 8.x", "language: en"] }
});
</script>
{code}
Who controls that API key? Where can be defined which pages are indexed?
> Documentation search is not working
> -----------------------------------
>
> Key: CB-14266
> URL: https://issues.apache.org/jira/browse/CB-14266
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-docs
> Reporter: Shazron Abdullah
> Priority: Major
>
> cordova.apache.org
> We are using Algolia search. It may be related to https changes we did. Need
> to investigate.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]