Coder Social home page Coder Social logo

Comments (5)

jpradocueva avatar jpradocueva commented on July 21, 2024

The search function doesn't seem to be working correctly.
It seems that only search on the index page.

from dmse-documentation.

rubystream avatar rubystream commented on July 21, 2024

In oder to enable the search capabilities the Algolia API keys need to be provided as presented on https://content.nuxtjs.org/themes/docs/#properties page under algolia key.

To get these keys one should register at https://docsearch.algolia.com/

@jpradocueva can you take a look and get this Algolia API keys?

from dmse-documentation.

jpradocueva avatar jpradocueva commented on July 21, 2024

@rubystream I will send you the email that I have received, the code is:

image

from dmse-documentation.

jpradocueva avatar jpradocueva commented on July 21, 2024

@rubystream by reading the information in this link https://docsearch.algolia.com/docs/what-is-docsearch/ I cannot find -why the Algolia search is still not working.

The PR #21 has introduced only a subset of the information provided by the Algolia team. Could that be the reason?

from dmse-documentation.

rubystream avatar rubystream commented on July 21, 2024

The utilise multi-language approach with en-US as default one. In order to utilise the search capabilities the language has to be added in lwm2m config.

It should be added as PR with changes similar to ones in nuxt router one. In particular the parts needed to be added are:

"selectors" {
  ...
   "language": {
     "selector": "/html/@lang",
     "type": "xpath",
     "global": true,
     "default_value": "en-US"
   }
},
"custom_settings": {
  "attributesForFaceting": [
    "language"
  ]
},

from dmse-documentation.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.