Skip to content
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

handling multi-language values in JSON-LD (how to index in Solr), and how to display these in the front-end search results #42

Open
jmckenna opened this issue Jun 22, 2023 · 2 comments

Comments

@jmckenna
Copy link
Contributor

  • CIOOS partner's JSON-LD has multiple languages for many of its properties, here is a snippet:
          "keywords": [
              {
                "@language": "en",
                "@value": "watershed"
              },
              {
                "@language": "fr",
                "@value": "bassin versant"
              }
          ],
          "name": [
            {
              "@language": "fr",
              "@value": "Projet REKEAU - Entreprises manufacturi\u00e8res (2019)"
            },
            {
              "@language": "en",
              "@value": "REKEAU Project - Manufacturing (2019)"
            }
          ],
    
  • both our back-end indexing process, as well as our front-end UI should be adapted to handle multiple languages
    • the ODIS graph could be adapted to handle multiple languages, and then those changes could be pushed into the Solr index
    • likely the front-end UI should allow users to filter results by language also
@jmckenna jmckenna added the enhancement New feature or request label Jun 22, 2023
@emarzini emarzini changed the title multi-language support data multi-language support Oct 17, 2023
@jmckenna
Copy link
Contributor Author

@jmckenna jmckenna changed the title data multi-language support handling multi-language values in JSON-LD (how to index in Solr), and how to display these in the front-end search results Oct 18, 2023
@jmckenna
Copy link
Contributor Author

related to front-end multi-language support issue #96

dev-marcoC added a commit that referenced this issue Feb 1, 2024
dev-marcoC added a commit that referenced this issue Mar 4, 2024
…ed Carousel, page with JSON-LD for empty URL, refinements, and general bug fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants